-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Exception during table parsing when borders are not aligned #1146
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
Comments
FWIW, I've stumbled across a similar issue due to the same bad practice in the HTML (rows where the number of cells in the row exceeded the initial default) The problem appears to be that the Check the index doesn't exceed the array, if it does return None. Depending on how you're using this, you may need to make further changes upstream.
|
try #881 (comment) |
Thanks for a workaround, maybe someone find it helpful, but in the end this need to be fixed within the library. |
Fixed in v1.1.1 circa Apr 30, 2024. |
The exception is raised when parsing table with not aligned borders.
Library version: 0.8.11
Table picture:

Xml:
err.xml.txt
Code:
Exception:
The text was updated successfully, but these errors were encountered: