简体   繁体   English

Aspose.Cells NuGet 18.3 Worksheet 对象似乎对 .Net Core 有不同的 API

[英]Aspose.Cells NuGet 18.3 Worksheet object seems to to have different API for .Net Core

Until now we used the Aspose.Cells dll (.Net c#) version 17.1, now me changed to Aspose.Cells Nuget package 18.3 and converted to .net core and It seems that the Worksheet class doesn't support many features.到目前为止,我们使用的是 Aspose.Cells dll (.Net c#) 17.1 版,现在我更改为 Aspose.Cells Nuget 包 18.3 并转换为 .net 核心,并且 Worksheet 类似乎不支持许多功能。 eg Looks like these ones don't exist anymore:例如,看起来这些已经不存在了:

Worksheet.Cells.ImportDataTable
Worksheet.AutoFitColumns
Worksheet.Pictures
Worksheet.Shapes

And many more... How should I use it now?还有更多……我现在应该如何使用它? I couldn't find any documentation regarding these changes.我找不到有关这些更改的任何文档。

Finally found this link: Aspose.Cells 18.2 undocumented breaking changes终于找到这个链接: Aspose.Cells 18.2 undocumented break changes

Some of the features are missing in .NET Core and only will be available in later versions .NET Core 中缺少某些功能,仅在更高版本中可用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM