是否有将 xls/xlsx 转换为 xml 的开源命令行工具?理想情况下,我想在 *NIX 系统上执行此操作。
问问题
5547 次
2 回答
2
XLSX 很简单,格式是 zip 文件。在 zip 中,“xl”中有一个“worksheets”文件夹,其中包含每个工作表中数据的 xml 文件。如果您解压缩,您可以直接访问 xml。
XLS 我不确定。
杰西
于 2011-12-16T00:50:37.723 回答
0
happened to be using ruby to automate some excel operations, including save as xml.
but this requires win32OLE
and will not be on *nix.
于 2011-12-16T01:23:30.620 回答