Skip to content
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

Cells of date type are parsed as floats #2

Open
yivo opened this issue Oct 6, 2017 · 0 comments
Open

Cells of date type are parsed as floats #2

yivo opened this issue Oct 6, 2017 · 0 comments
Assignees

Comments

@yivo
Copy link
Contributor

yivo commented Oct 6, 2017

cell = Fastsheet::Sheet.new(File.expand_path('~/book.xlsx')).rows[0][0] # => 32887.0
cell.class # => Float

book.xlsx

Currently calamine returns dates as ISO strings: https://github.com/tafia/calamine/blob/89acf7614692322d5ad39d23def54f0f7e03b5bb/src/xlsx.rs#L343

@dmk dmk self-assigned this Oct 15, 2020
@dmk dmk added the bug label Oct 15, 2020
@dmk dmk pinned this issue Oct 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants