in reply to Spreadsheet::ReadSXC and localization -- Google Sheets vs LibreOffice Calc
But something wents wrong when I opened one of the downloaded ODS files with LibreOffice, edited some of the values and saved it again before procesing it with my script. The modified ODS file now gives floats with my localization standardThat's not really surprising isn't it? It has already been pointed out by roboticus that the "real value" is in the office:value attribute. What's in text:p is just a representation of it. So if you open a file and save it, then that representation will match whatever LibreOffice is currently set to.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Spreadsheet::ReadSXC and localization -- Google Sheets vs LibreOffice Calc
by vitoco (Hermit) on Jan 14, 2020 at 00:41 UTC | |
by holli (Abbot) on Jan 14, 2020 at 20:36 UTC |