Hey, I am currently trying to process the attached document.
Here are the steps taken:
- "Open" document in DocumentEditor Component (Angular).
- Save document as SFDT JSON string.
- Attempt to process the document by doing: var saveAsWord = WordDocument.Save(asString, FormatType.Docx)
- Observe error: System.Collections.Generic.KeyNotFoundException: 'The given key 'numberFormat' was not present in the dictionary.'
I also included the JSON that is generated by using the Open button. but I feel like it is imperative the docx should be looked at as well, as it seems to be the source of the error.
For all intents and purposes, this is a normal word document, so failure to properly process the document on import is a bug.
Attachment:
asJson_e11ad179.zip