Mathieu Magnin
Mathieu Magnin
The cell displays `2018-01-29`, the value is `'2018-01-29`. The cell seems to be formatted as Number (default format I suppose). Thanks for you help, I will try to investigate `rodf`...
Thank you for your speed. I will test this soon and comment on the rodf related issue.
Still relevant for v9.0.1. Is there a way to bypass the problem ?
After migrating the `json` column in `jsonb` the error is gone. Solution found here : https://stackoverflow.com/a/70629577/11764080
Yes, can you review it ? https://github.com/etaty/rediscala/pull/127
I just tested the `develop` fix (commit `f38bca8`) with this simple rake task : end of `Rakefile` : ```ruby [...] task :example do require 'rodf' RODF::Spreadsheet.file("example.ods") do table 'table1' do...
Sorry for the delay. Unfortunately, the cell value is `00:00:00` (The cell is formatted to only display the time without the date), and when I change to a datetime format...