-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Correctly reading enumeration and list numbers/letters #1454
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
Maybe related with this line: python-docx/src/docx/parts/numbering.py Line 15 in 0cf6d71
|
This is what chatgpt suggests (not tested):
|
Tested and working with this patch, or at least not giving me exception generating document:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to #1443, but when reading from a docx file. Other related issues: #1187, #1313, #1012, #1007, #987, #971, #677, #639, #614, #600, #590, #511, #554, #536, #471, #217, #180, #87, #25
Python-docx is not reading the enumeration of paragraph and other elements correctly.
I'm ready to get to work on it. I just need some technical guidance.
I would be grateful for any assistance.
related links:
Stack Overflow: Getting the List Numbers of List Items in docx file using Python-Docx
The text was updated successfully, but these errors were encountered: