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

XLS: Number columns are losing precision #1

Closed
onyxfish opened this issue Jan 23, 2016 · 1 comment
Closed

XLS: Number columns are losing precision #1

onyxfish opened this issue Jan 23, 2016 · 1 comment

Comments

@onyxfish
Copy link
Collaborator

text,date,integer,boolean,float,datetime,empty_column,_unnamed
Chicago Reader,1971-01-01,40,True,1.0,1971-01-01T04:14:00,,
Chicago Sun-Times,1948-01-01,63,True,1.27,1948-01-01T14:57:13,,Extra data beyond headers will be trimmed
Chicago Tribune,1920-01-01,164,False,41800000.01,1920-01-01T00:00:00,,
This row has blanks,,,,,,,,
Unicode! Σ,,,,,,,,
text,date,integer,boolean,float,datetime,empty_column,
Chicago Reader,1971-01-01,40.0000000000,True,1.0000000000,1971-01-01 04:14:00,,
Chicago Sun-Times,1948-01-01,63.0000000000,True,1.2700000000,1948-01-01 14:57:13,,Extra data beyond headers will be trimmed
Chicago Tribune,1920-01-01,164.0000000000,False,41800000.0099999979,1920-01-01,,
This row has blanks,,,,,,,
Unicode! Σ,,,,,,,
@onyxfish
Copy link
Collaborator Author

This is an agate issue, not an agate-excel issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant