ASPOSE Cells for .NET compatibility with .NET 6

Does the latest version of ASPOSE Cells for .NET work with .NET 6? I hope to use it in a Blazor Server application.

@pmarangoni,

Yes, we provide separate .NET 6 Dll of the component in the latest version of Aspose.Cells for .NET v21.12 package. You may get it from “\net6.0” folder in the release archive at your installation directory.

Hi @pmarangoni
I wrote a test project, which based on VS2022 Blazor Server application.(net6.0, use Aspose.Cells 21.12)
You can check it in “DownloadController” class, I create an excel, draw chart, save it to pdf, then download it to local.
The test is validated on windows system.
BlazorAppTest.zip (214.9 KB)