We have an application whereby we are generating html, pdf and csv documents. We have data in XML and we are using XSLT to transform to the appropriate format and write to an outputstream.
Now we are looking to generate .docx and .xslx formats using docx4j. What is the recommended approach for achieving this?