Hi, first of all thank you for your work on Spreadsheet Architect, you make life easier for thousands of developers.
I am using the 2.0.2 version of the gem and I have an issue while trying to create a ODS file with a Time in a cell.
Here is my code :
SpreadsheetArchitect.to_ods(data: [[Time.now]], header: false)
When i open with LibreOffice the produced file the cell value is 0 (displayed 30/12/1899) and the format is set to date.
Am I missing something ?
Thanks for your help
Hi, first of all thank you for your work on Spreadsheet Architect, you make life easier for thousands of developers.
I am using the
2.0.2version of the gem and I have an issue while trying to create a ODS file with a Time in a cell.Here is my code :
When i open with LibreOffice the produced file the cell value is
0(displayed30/12/1899) and the format is set todate.Am I missing something ?
Thanks for your help