How to save (and open) an Open XML document as Excel file?
问题 I have an Open XML document. I would like to know how to save it as an .xlsx file. I tried opening Excel software and did Developer -> Import but that opened my XML file as Excel - but it literally opened the XML file as an XML document and did not open it as an Excel version of an Open XML document. This is the Open XML document I have: <?xml version="1.0"?> <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas