-
-
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
When I read an excel sheet, an error occurred #715
Comments
I can’t make a copy of the same excel.This i18n table has 14 columns and 13000+ rows |
So I have no way to provide an excel file |
go version go1.15.3 windows/amd64 |
The excelize version was downloaded yesterday using |
I want to know what is the specific cause of the problem, formula or cell format, etc. |
When I copied the entire table as a value to another table, the problem disappeared, but my table is too big, and I have no way to determine which cell has the problem |
I can read the value of a certain cell, but there will be problems when traversing the entire table |
Thank you |
Thanks for your feedback, I have fixed it, please try to use the master branch code. |
…ex returned by NewSheet in some case, fix panic on formatted value with no built-in number format ID
…ex returned by NewSheet in some case, fix panic on formatted value with no built-in number format ID
The text was updated successfully, but these errors were encountered: