mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
Fix local floats in XML
This commit is contained in:
parent
205396b998
commit
8b6d0505b5
@ -332,7 +332,7 @@ class SimpleXLSXGen {
|
||||
|
||||
protected function _sheetToXML($idx, $template) {
|
||||
// locale floats fr_FR 1.234,56 -> 1234.56
|
||||
$_loc = setlocale(LC_NUMERIC,'');
|
||||
$_loc = setlocale(LC_NUMERIC, 0);
|
||||
setlocale(LC_NUMERIC,'C');
|
||||
$COLS = [];
|
||||
$ROWS = [];
|
||||
|
Loading…
Reference in New Issue
Block a user