-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time cell in ODS file #14
Comments
What happens when you do this?
That may fix it in the meantime however its likely an issue with the |
The cell displays Thanks for you help, I will try to investigate |
I am the maintainer of |
Related rodf issue: westonganger/rodf#19 |
Improvements have been made to the cell types on the develop branch of Please try the following in your Gemfile to test the changes: gem 'rodf', github: 'thiagoarrais/rodf', branch: :develop
gem 'spreadsheet_architect' If you wouldnt mind testing all column types for any bugs: |
Thank you for your speed. I will test this soon and comment on the rodf related issue. |
Turns out date/time formatting is kind of complicated in ODS. Until the bug is dealt with in some way over in RODF, I am going to convert all :date / :time cells to :string using |
As of v2.1.0 (Released today), All date or time cells in ODS spreadsheets will be converted to strings using |
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 :
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
The text was updated successfully, but these errors were encountered: