Hi,It's my understanding that an Office Open XML document is implemented as a ZIP archive. Is there a tool to unzip it into the raw XML.
For example I would like to view the XML, something like below:
<workbook> <sheets> <sheet name="Sheet1" sheetId="1" r:id="rId1"/> </sheets> </workbook> Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
