Hello Jason!
On another post in this forum you answered a question with this cite:
"..Or you could go from XLSX to a docx table, and use what is in docx4j already to convert that to a PDF. "
I would very much like to convert my XLSX (everything working there with xlsx4j) into:
1. docx
2. PDF
like you said.
I just need the conversion from XLSX (e. g. a SpreadsheetMLPackage) to docx (WordprocessingMLPackage); ...