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

Float values not read accurately #87

Open
FleetPhil opened this issue Nov 4, 2017 · 0 comments
Open

Float values not read accurately #87

FleetPhil opened this issue Nov 4, 2017 · 0 comments

Comments

@FleetPhil
Copy link

I'm using the library to retrieve date/time values and putting in a correction for the base date (as in issue #56), but have hit a problem where the time is not the same as the one in Excel, that I have traced back to a difference in the underlying float value.

For example, in my spreadsheet I have a cell with value 35113.58681 (19 Feb 2000 14:05:00), however cell.floatValue is returning 35113.5859 (19 Feb 2000 14:02:40), and many others are similarly out by a few minutes. This does not look to be a date problem as such, but a general issue retrieving float values, some are accurate but most are not.

Am I missing something or is this a problem in the underlying XML data retrieval?

Thanks, Phil

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