-
Notifications
You must be signed in to change notification settings - Fork 83
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
Throw new Exception("Invalid cell index") when upload Excel #7
Comments
I have the same issue, but it's related to XLSX files generated via Google Sheet (using Export function) |
@TheCloud how did you resolved it ? |
Same here... |
When you open an .xlsx file generated by GoogleSheets, it doesn't have the node in xl/worksheets/sheetX.xml so it can't be loaded successfully. I made a quick fix for my own purposes, in the XLSXWorksheet class.
|
Thanks @Anyvie ! There's a pull request that was never merged: #2 In the mean time, your solution and @ahmednuaman's works great |
We have received the same problems many times from our customers, but we don't know the Excel content when they upload, so I want to know in which situation the Exception occurs.
vary thanks! Looking forward to your response!
The text was updated successfully, but these errors were encountered: