-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Can not read excel file #988
Comments
Same here ... comeonce can help? |
I have this problem when the <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<table xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" id="1" name="Table1" displayName="Table1" ref="A1:K335" totalsRowShown="0"><tableColumns count="11"><tableColumn id="1" name="key"/><tableColumn id="2" name="data1"/><tableColumn id="3" name="data2"/><tableColumn id="4" name="data3"/><tableColumn id="5" name="data4"/><tableColumn id="6" name="data5"/><tableColumn id="7" name="data6"/><tableColumn id="8" name="data7"/><tableColumn id="9" name="data8"/><tableColumn id="10" name="data9"/><tableColumn id="11" name="data10"/></tableColumns><tableStyleInfo name="TableStyleLight9" showFirstColumn="0" showLastColumn="0" showRowStripes="0" showColumnStripes="0"/></table> If I filter the table in excel and resave, the file is readable: <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<table xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main" id="1" name="Table1" displayName="Table1" ref="A1:K335" totalsRowShown="0"><autoFilter ref="A1:K335"/><tableColumns count="11"><tableColumn id="1" name="key"/><tableColumn id="2" name="data1"/><tableColumn id="3" name="data2"/><tableColumn id="4" name="data3"/><tableColumn id="5" name="data4"/><tableColumn id="6" name="data5"/><tableColumn id="7" name="data6"/><tableColumn id="8" name="data7"/><tableColumn id="9" name="data8"/><tableColumn id="10" name="data9"/><tableColumn id="11" name="data10"/></tableColumns><tableStyleInfo name="TableStyleLight9" showFirstColumn="0" showLastColumn="0" showRowStripes="0" showColumnStripes="0"/></table> |
thambley
added a commit
to thambley/exceljs
that referenced
this issue
Oct 31, 2019
Verify that autoFilter.model exists before accessing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I try to read my excel file, I got this error below:
Can someone help me?
The text was updated successfully, but these errors were encountered: