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); the conversion docx -> PDF is already available, as i have seen.
Could you please post an example of this? It would greatly help.
By the way:
You do lose all formatting you had in the Spreadsheet, right? There is no way of mapping this to docx4J, if I understood well... or is there?
Maybe as you said before, another API would be more suited to see the xlsx as a whole and transform it "as is" to PDF.
Thank you,
mrOlicas