Skip to content

Update xlsxwriter.class.php - #239

Closed
noerone wants to merge 32 commits into
2018-06-0.38from
master
Closed

Update xlsxwriter.class.php#239
noerone wants to merge 32 commits into
2018-06-0.38from
master

Conversation

@noerone

@noerone noerone commented May 7, 2019

Copy link
Copy Markdown

No description provided.

heew and others added 6 commits March 15, 2018 13:36
When determining the number format, do not consider characters that have been escaped. For example, a number format like this: 
#,##0" W/m2"
Should not be interpreted as an "n_date" column just because it contains the character "m".
Current code will "change" properly set timezone using `date_default_timezone_set('Europe/Warsaw');` which is date.timezone equivalent in code (you can either set timezone in code or php.ini).

date.timezone is a fallback while using: `date_default_timezone_get()`:http://php.net/manual/pl/function.date-default-timezone-get.php
The source of the corruption was a not multibyte-safe sanitization of
the sheet name. So in case a sheet name contains non Latin characters,
it could lead to corrupted sheet name, which causes the corrupted file
warning from Excel.
FIX: Fixes issue #203 (corrupted file).
Ignore quoted format strings when determining number format
@noerone noerone closed this May 7, 2019
@noerone noerone reopened this May 7, 2019
mk-j and others added 22 commits October 30, 2019 11:07
Properly checking if timezone is set
PHP Deprecated:  Array and string offset access syntax with curly braces is deprecated in /htdocs/vendor/mk-j/php_xlsxwriter/xlsxwriter.class.php on line 364
I spend some time with random and strange php errors being
emitted like :

    tempnam(): file created in the system's temporary directory

and fopen()'s failing. This turned out to be because I was exceeding
ulimits. Checking that the file was actually created will help the
next person who hits this problem!
Check that tempfiles could be created.
If you specify some row options (like font-style or border), boolean value is not translated as string, so some attribut get empty value, not the "false" string
Problem with row options on Excel 2007
Problem with row options on Excel 2007
Add missing property, fix call to htmlspecialchars by ensuring the pa…
@mk-j mk-j closed this Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.