当我使用 Aspose WorkbookDesigner 打开一个 excel 模板文件时,我得到了一个 "Error xml namespace" 异常

When I use Aspose WorkbookDesigner to open an excel template file I got a "Error xml namespace" exception

使用 .Net FrameWork 打开 excel 模板文件时,我在 VS2010 和 VS2017 中遇到了相同的异常。 我正在使用 App.config 在 C# 控制台应用程序中配置文件路径。

密码是:

string filename = "...";
WorkbookDesigner.Open(filename);

我很确定文件名是正确的。 例外代码是

Aspose.Cells.ExceptionType.InvalidData

消息是

"Error xml namespace:http://purl.oclc.org/ooxml/spreadsheetml/main".

因为文件类型。 我打开一个 .xls 文件并将其另存为 .xlsx 文件,然后使用 WorkbookDesigner 将其打开为 .xlsx 文件,但实际上原始文件和 "save as" 文件是不同的。 当我打开一个 "save as" 文件时,它失败了。