我有一个以以下内容开头的 Microsoft Office XML:
<?xml version="1.0"?>
<?mso-application progid="Excel.Sheet"?>
<Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
xmlns:html="http://www.w3.org/TR/REC-html40">
如何使用命令行将其转换为正确的.xls 或.ods 电子表格?
答案1
我对微软软件一无所知,但它libreoffice
提供了一个--convert-to
我期望能够完成任务的选项:
$ libreoffice --convert-to ods filename.xml
进一步阅读:
转换xml
为xls
,我刚刚找到了这个 java 转换工具:xml转xls