PHPSpreadSheet : getCalculatedValue() is deprecated, so what's the 'new' way? - phpspreadsheet

I'm using PHPSpreadSheet, but when I have a column in my Excel sheet like =B4 and I use getValue() in PHPSpreadSheet I literally get that value: "=B4".
So when I look at the source code I see that I can use getCalculatedValue(), but that method is deprecated. I can still use it (and it works as expected), but I'm not too fond on using deprecated methods.
So what's in PHPSpreadSheet the proper way to get the correct (referenced) value?

getCalculatedValue() has been un-deprecated a while ago. So it's fine to use it.
But you should consider upgrading PhpSpreadsheet to its latest commit on develop branch, since you are now working with an old version.

Related

OrangeHRM Custom Fields

I am trying to change the number of custom fields I can create in OrgangeHRM PIM section.
I have found a few articles on this site that say what part of the code to change but non saying where to find the file where the code is stored is in.
If anyone can help then that would be great.
I am running version 4.0 of OrangeHRM.
Thanks
orangeHRM have slots for custom field (i dont remember, but i think 10 slot in orange 4.0), you can use this for put what you need.
Out the box, you can follow guides for add more custom or pre-format fields, but not is more recomendable, this can make broken code.
meanwhile, you think work out the box, remember orangeHRM is a symfony based software, if you know how work symfony (MVC framework), work it whit OrangeHRM is more easy
good luck

VSCode: Any way to convert line wrapping into newline characters?

Trying to format my code using VSCode and need the line wrapping to actually persist in GIT, so the line wrapping needs to change the source code itself.
(don't worry about giving me advise on how this is a bad idea. I have a special use case for this - publishing)
Anyone know how to get this done? Or if this is possible with another editor or plugin, I am open to that as well.
Thanks!
I think what you are looking for is hard wrapping.
This functionality is not included in VSCode to my knowledge, but there are a few extensions that add this. Try Rewrap to start with: ext install rewrap:

I want use swiftdata (ryanfowler) for using sqlite in swift 2 but there is 120 errors ,what shouild i do?

i try using SwiftData [1]: http://ryanfowler.github.io/SwiftData ,when import it to my project i have 120 errors that some of them is for println ,how i can resolved another errors?i add string extensions but errors still remains
From the authors' git you can see that the last commit was a year ago; SwiftData is not Swift 2-compliant. E.g. the println error you see is because println was changed to print with the release of Swift 2. Unless you want to port SwiftData to Swift 2 yourself, you can't really resolve this in an easy manner.
However, it seems like an existing user has already had a look at this, see the the posts by user RegisStGelais in the following thread:
SwiftData: Update for Swift 2.1? - Issue #33
For a complete Swift 2-updated version, see this fork by github user Lopdo:
https://github.com/Lopdo/SwiftData
If interested in the changes performed from original SwiftData -> Swift 2-compatible, see Lopdos commit.
Alternatively, have a look at a modified and extended Swift 2-ready version of SwiftData here:
https://github.com/mozilla/firefox-ios/blob/master/Storage/ThirdParty/SwiftData.swift
This is a heavily modified version of SwiftData.swift by Ryan Fowler
This has been enhanced to support custom files, correct binding,
versioning, and a streaming results via Cursors. The API has also been
changed to use NSError, Cursors, and to force callers to request a
connection before executing commands. Database creation helpers,
savepoint helpers, image support, and other features have been
removed.

Migrate uComponents Related Links datatype data to Umbraco 7

I'm trying to upgrade from Umbraco 6 to 7, and I used the uComponents Related Links data type in Umbraco 6, so I need to change to use the standard Umbraco 7 Related Links data type instead. The data needs to change from XML to JSON. Does anyone know how to go about doing that?
It'd also be great to trigger something automatically when the upgrade happens - but I can only find mention of GUID -> alias mapping in the upgrade documentation.
Thanks! And I'm amazed I can't find anyone else trying to do this!

MarkLogic XQuery xdmp:save/xdmp:quote indent-untyped option

Has anyone used this option before? I do not believe that this feature is working how it should be as I am failing to compile my code once I have inserted this as a option.
The problem I am trying to achive is to pretty print a document which has no namespace, due to the document not having a namespace I can not validate it against a schema therefore the option does not work. The option seems to be the correct way to go about this reading the documentation but I can not seem to get it to work.
Would be good to hear if anyone else has had issues with this option aswell?
Thanks.
Which version of the Server are you using?
Default serialization changed for indenting of typed and untyped XML in earlier versions of 4.2 (around 4.2-3).
http://docs.marklogic.com/4.2doc/docapp.xqy#display.xqy?fname=http://pubs/4.2doc/xml/relnotes/chap4.xml%2340996

Resources