Internal structure differance between excel created with Interop and OpenXMLSDK

时间:2015-06-26 09:46:58

标签: excel interop openxml com-interop openxml-sdk

I would like to know if there is any internal structure differance between the excel created with Microsoft Office Interop Excel(Interop) and Microsoft OpenXMLSDK (openxmlsdk)?

I am currently working with an third party application which rejects the excels created with OpenXMLSDK and accepts only excels created with Interop.

1 个答案:

答案 0 :(得分:0)

要进行比较,您可以下载Open XML SDK Productivity tool并使用比较功能。这将允许您获取两个excel文件并比较其内部XML以查看是否存在任何差异。

如果无法安装该工具,另一个选项是将有问题的文件重命名为.zip文件,然后检查这些内容。 zip中会有大量文件,但您应该可以使用网络上的任何比较工具比较文件,例如windiff。