Hello Florian,
xlsx is just a zip file containing many xml files. you can simply unzip the xlsx (e.g. by using the BaseX zip module), modify the xml files inside using standard XQuery and rezip it again as xslx.
Cheers Dirk
On 04/06/2016 12:18 PM, Florian Eckey wrote:
Hi guys,
are there any ideas how to convert excel's xlsx (not xls) files to xml with XQuery or to use a Java library which can be imported? It looks like BaseX has no internal functions as for instance MarkLogic.
Any ideas or example implementations to do that in XQuery or Java?
Best, Florian