We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hi, there is something wrong with pyexcel-xlsxr when reading cell contains datetime, but why? help please when read this file as follows:
from pyexcel_xlsxr import get_data test = get_data('test.xlsx') print(test)
it print OrderedDict([('sheet1', [['datetime'], [43879]])]), it shuld be wrong!! Looking forward to your reply
OrderedDict([('sheet1', [['datetime'], [43879]])])
The text was updated successfully, but these errors were encountered:
I ran into this as well. What was your work-around?
I wish they had an option to just give you the raw cell value
raw
Sorry, something went wrong.
float to date conversion for date cell is missing. Need to find a time to look into it.
No branches or pull requests
hi, there is something wrong with pyexcel-xlsxr when reading cell contains datetime,
but why? help please
when read this file as follows:
it print
OrderedDict([('sheet1', [['datetime'], [43879]])])
, it shuld be wrong!!Looking forward to your reply
The text was updated successfully, but these errors were encountered: