Open praogithub123 opened 8 years ago
Hi,
Thanks for your example.
I am aware the library doesn't actually detect the type of data at this time. That is why the C library has functions like xlsxioread_sheet_next_cell_datetime() which allow you to actually read a Unix timestamp value.
In your example I see the first column has cells defined as:
First of all, thanks for developing this application. It is very useful. I compiled the code in Ubuntu 14.04 and ran the xlsxio_xlsx2csv program on an xlsx file. The first column of the file consists of a date string in the format mm/dd/yyyy hh:mm:ss. The csv file appears to contain Microsoft timestamps. See attached zip file containing xlsx and csv files. For example, 1/1/2014 00:00:00 gets converted to 41640. It would be useful to dump out the time stamp as a string or have the option of getting a linux time stamp. Thanks. 0.zip