Aspose.Cells crashes application on Linux

Hello,
I use Aspose.Cells library in my application. I have a free temporary license for 30 days. It works fine on my local machine on Windows 10, but it does not work on the stage machine (there is Linux OS on this machine). There is no any exception on stage, but application is crashed in the end. As result, we see 503 error. Please help me. How to run application with Aspose.Cells on stage Linux machine without problems? Thank you.

@Mike1987,

Using Aspose.Cells on a Linux machine can be at times little tricky due to variations in graphics libraries and font availability. It’s important to note that Aspose.Cells depends on a graphics library for rendering and other operations. While it uses System.Drawing.Common on Windows, it utilizes SkiaSharp on Linux. Therefore, it’s crucial to ensure that the required graphics library is properly installed on your Linux stage machine. Additionally, Aspose.Cells APIs need access to fonts (e.g., TrueType) for accurate calculations of row heights and column widths. It’s essential to verify that the necessary fonts are accessible on your Linux machine. If not, consider installing the required fonts or configuring Aspose.Cells to use the available fonts.

It seems you are using .NET 6 or later version in your project, we recommend you kindly see the document with complete reference.
https://docs.aspose.com/cells/net/how-to-run-aspose-cells-for-net6/#run-asposecells-for-net6-on-linux