-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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’t read sheetname of some xlsx file #276
Comments
@lab37 Thanks for your issue. I have fixed it. |
Good work!Processing is very fast。But when I tried to read this file ,another problem arises. The func GetRows() return wrong code。I checked this ,it like caused by the func sharedStringsReader() in the 252 line of row.go。byte[ss] maybe the end。 |
ps:I get another file which may cause the Memory leak. My computer got stuck when it read this file by excelize. Though I knew there was some useless form in this file that made it so big,I can open it correctly by office. So I think this file should be treated as a normal document,and the problem should be belongs to excelize. |
…haredStringsReader()`, relate issue #276
@lab37 The issue caused by missing tradition to strict conversion for |
@xuri That explains a lot,Thank you very much. |
这个文件,内部的表名读不出来,是不是很奇怪,因为xml在parse的时候失败了。
临清.xlsx
All the versions of go can‘t read the sheetname of this file。
The text was updated successfully, but these errors were encountered: