-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Reading Docs With DesignType,throw POIXMLException Error #1392
Milestone
Comments
tonyqus
added
file_error
file format generation/writing issue
and removed
file_error
file format generation/writing issue
labels
Sep 22, 2024
In document.xml.rels, there is a glossaryDocument relationship, which is not recognizable by NPOI. How is this file generated? Using third-party component or Microsoft Word?
|
This is confirmed as a bug. XWPFFootnote.GetParent may get glossaryDocument as parent POIXMLDocumentPart. Instead, it should eventually get the document (XWPFDocument) as parent. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NPOI Version
2.7.1
File Type
Upload the Docx File
word.docx
Please attach your original Excel File to help us reproduce the issue
Reproduce Steps
C# .net framework 4.7.2,using new XWPFDocument(stream)
Issue Description
throw error
The text was updated successfully, but these errors were encountered: