Page 1 of 1

Question about XSLT and EXCEL FILE

Posted: Thu Jun 26, 2014 2:35 pm
by Le Basque
Hi

Is it possible to read and process an EXCEL file with XSLT?

Thank you

Re: Question about XSLT and EXCEL FILE

Posted: Thu Jun 26, 2014 3:01 pm
by Radu
Hi,

If the Excel file is saved in the new .xlsx format you can open it in Oxygen (XLSX is a ZIP-like archive) in the Archive Browser view. The archive contains various XML files, some of them containing the content of each Excel sheet. You can then create an XSLT and try to match various parts from those XML files.

Regards,
Radu