我在我的机器上使用带有.NET 4.0的64位Windows 7上的Aspose.Cells DLLs V7.0.0.0。它在我的朋友机器上运行工作,它运行32位Windows 7也使用.NET 4.0 - 我怀疑Windows版本(x64 / x86)的差异可能是个问题。
using Aspose.Cells;
using NUnit.Framework;
namespace BSF.IntegrationTests.Services.FieldConverters
{
[TestFixture]
public class Useless
{
[Test]
public void VerySimpleTest()
{
new Workbook().Save(@"C:\NewFile.xls");
}
}
}
Aspose.Cells不是开源的AFAIK,我无法查看保存源代码并提出一些解决方法。
答案 0 :(得分:1)
Aspose.Cells for .NET在32位和64位系统上运行良好。您可以查看“Using Aspose.Cells for .NET on 32-bit and 64-bit systems”主题。只需确保您使用的是包中包含的.NET 2.0版本的DLL。您也可以尝试最新版本的组件。如果您仍然遇到同样的问题,可以将其报告给Aspose.Cells support team。