in reply to Spreadsheet::ReadSXC and localization -- Google Sheets vs LibreOffice Calc

If you're adventurous, you can use the development branch at https://github.com/Corion/Spreadsheet-ReadSXC/tree/parseods. This one understands the unformatted values.

  • Comment on Re: Spreadsheet::ReadSXC and localization -- Google Sheets vs LibreOffice Calc

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:19 UTC

    I didn't know about it. I've just checked the docs and it says:

    Only the contents of text:p elements are returned, not the actual values of table:value attributes.

    Then, I'll be just right now, no change... :-(

      At least the plan is to return the raw, unformatted value, but maybe the documentation needs some fixing in that branch as well.