简体   繁体   中英

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. 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

Some of the features are missing in .NET Core and only will be available in later versions

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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