XML到XLSX命令,脚本或代码

时间:2014-09-05 18:19:06

标签: c# xml excel powershell batch-file

我有一个生成一些大型XML文件的过程,然后我手动导入Excel。我想使用某种类型的命令批处理或脚本语言(如PowerShell)自动执行此Excel工作表转换,但不确定是否可行。

Excel中的手动步骤是:

Data --> FormXML Data Import --> Browse for XML file --> Excel creates schema using existing XML table in workshee ($A$1) .

实现这一目标的最佳方法是什么?

提前致谢。

1 个答案:

答案 0 :(得分:0)

如果你有一个宏,一旦执行将XML导入Excel,然后通过VBscript执行宏: Run Excel Macro from Outside Excel Using VBScript From Command Line

请在此处查看如何添加宏以从VBA将XML导入Excel: Excel VBA import xml file