Closed Cyb0org closed 8 years ago
The "XLSX" export (you misspelled it on the menuReviver) obtains the type of the value and according to that it defines the cell type. In your case "time" is a "string"-type because you convert your float to "toLocalString()". The decimal separator depends on the local settings within your XLSX-Viewer, mine for instance uses "comma" because it's the default of Germany.
And now it's working - problem was "toLocalString()" which was added after trying to get it to work. Dunno why I've left that in a code. :)
Thanks!
I'm trying to get floats i18n
I've managed to use CSV as a data exporter witch commas as decimal separator, but for XLSX those values are exported as string values (with apostrophe).