-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Describe the bug
Replacing a string with a table makes DOCX invalid
To Reproduce
Steps to reproduce the behavior:
- Command:
- docxbox rpt table_unordered_list_images.docx Officia "{"table":{"header":["A","B","C"],"content":[["a1","a2","a3"],["b1","b2","b3"],["c1","c2","c3"]]}}"
- Resources: table_unordered_list_images.docx
Expected behavior
- Given string is replaced by table (works)
- DOCX is valid →DOCX is invalid
Environment:
- docxBox Version: 0.0.5
- DOCX Processor: Word 2019
Additional information
Screenshot only shows relevant lines, the actual diff has more lines
Reactions are currently unavailable

