mk-j / PHP_XLSXWriter

Lightweight XLSX Excel Spreadsheet Writer in PHP
MIT License
1.84k stars 665 forks source link

Time format fails if locale is set to fr_FR.utf8 #266

Open pixeine opened 4 years ago

pixeine commented 4 years ago

When LC_ALL is set to fr_FR.utf8, any time related formatting will fail (time, datetime, HH:MM:SS, ...). The Excel file is created but the date is not formatted.

MarlonBarzola commented 1 year ago

could you solve it? @pixeine

pixeine commented 1 year ago

could you solve it? @pixeine

I ended up setting the locale to 'en_US.utf8' for formatting purposes only. It works.