Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Tue Feb 06, 2024 10:24 pm

Hi, do you have community license version for this? Thanks.

jasoncclaw
 
Posts: 2
Joined: Tue Feb 06, 2024 3:29 pm

Wed Feb 07, 2024 1:34 am

Hello,

Thank you for your inquiry.
Yes, we have the community version. Please download the community version through this link:https://www.e-iceblue.com/Download/download-excel-for-net-free.html
If you have any further questions or need assistance with anything else, please don't hesitate to let me know.

Sincerely,
Annika
E-iceblue support team
User avatar

Annika.Zhou
 
Posts: 1652
Joined: Wed Apr 07, 2021 2:50 am

Wed Feb 07, 2024 2:28 am

Hi,

Thanks for the reply.

I have tried with the Community version, unfortunately, it doesn't work under Linux environment due to the dependency to System.Drawing.Common. May I know is there a plan to fix the issue?

Thank you.

jasoncclaw
 
Posts: 2
Joined: Tue Feb 06, 2024 3:29 pm

Wed Feb 07, 2024 3:00 am

Hello,

Thank you for your feedback.
In a Linux environment, SkiaSharp can be used instead of System.Drawing.Common.
Please follow the next steps to use the NetStandard dlls which based on SkiaSharp to your project manually.
Please download Spire.XLS from our website, and manually add the DLLs from the folder “netstandard2.0” (see screenshot). In addition, you need to install the following dependencies via NuGet.

SkiaSharp (SkiaSharp.NativeAssets.Linux.NoDependencies) >= 1.68.0
System.Text.Encoding.CodePages >= 4.5.0
System.Security.Cryptography.Xml >=4.5.0

Sincerely,
Annika
E-iceblue support team
Attachments
screenshot.png
screenshot.png (7.01 KiB) Viewed 862 times
User avatar

Annika.Zhou
 
Posts: 1652
Joined: Wed Apr 07, 2021 2:50 am

Return to Spire.XLS