oleibman

Results 426 comments of oleibman

Reopening because I think this deserves an answer, but I am skeptical. The method would be easy to implement, but I don't understand the use case. Sure, the sample supplied...

@boiangeorgiev Thank you for responding. Closing, as you recommended.

`roundMicroseconds` was intended merely as a helper for the date piece functions (YEAR, MONTH, DAY, HOUR, MINUTE, SECOND), and for `excelToTimestamp`, whose doc-block specifies that its use is discouraged and...

A number on the formula bar will display as Excel wishes to display it; this will be without trailing zeros in the decimal portion. You can see the same behavior...

Can you upload the spreadsheet that you are unable to write to Pdf?

No update in 6 months, unable to debug. Closing.

Yes, the code issues a deprecation message, not an exception, so the at-sign method will work short-term. As one would expect, the default for the fgetcsv $escape parameter appears to...

I finally found some official documentation [here](https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_proprietary_csv_escaping_mechanism). My plan for now is to continue to let escape default to backslash when running Php8, changing the default to null string when...