-
Notifications
You must be signed in to change notification settings - Fork 4
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
crash with strange format on xlsx file #12
Comments
Fix damian-m-g#12 crash with strange format on xlsx file - damian-m-g#12
@damian-m-g what do you think? |
Hi Gilles, thanks for reporting the problem. I checked the XLSX, not in depth, but at least I found that cell category (aka format code): I couldn't yet debug the lib to reproduce the error, but I've tried to follow the problem by bare eye. I see no way, in which the length of the cell category could cause a problem. So And then on So your first check according to this analysis could be in vain. About your second check, I followed this specific case and it should work fine (without the fix). In conclusion, I need to set up my machine to debug this code, as it got formatted recently. This could even be a problem of the third hand libraries we are using (perhaps SXMLC), or something else. When I have some time available I'll do it. |
@damian-m-g: Any progress on it? |
I received and xlsx file with this strange format
mini5.xlsx
xlsx_drone crash when xlsx_open is called (in get_formetted function, called by get_related_category)
I'll subit a PR with a string length verification
The text was updated successfully, but these errors were encountered: