How to view the XML form of an Excel file?
XLSX files are just ZIP files, so unzip them using your favourite ZIP tool.
The following procedure worked for me:
- Change the extension of the file from .xlsx to .zip
- Unzip with winzip
You can do this easily using the tar
command:
tar -xf pathtofile\excel_file.xlsx
This works on Windows 10 and Linux