Hi,
I'm trying to merge two documents into a new document. One of the documents has an embedded Excel spreadsheet as an OLEObject. If I remove the OLEObject, I can merge the files into a new file with no issues.
That being said, is there an sample file in the source code that illustrates this use case? Is it possible to do this in docx4j? If so, what specific code should I be using to ...