Linux support for Cells C#

Hello,

Aspose.Slides and Aspose.PDF have versions using Aspose.Drawing as replacement for System.Drawing.Common. Are there plans for a Cells’s version which uses Aspose.Drawing, so it could be used under Linux?

@bitterlich,

Aspose.Cells uses SkiaSharp library instead of System.Drawing.Common on non-Windows systems (e.g., linux) for rendering graphics. Please see the topic for your complete reference.

Let us know if you still have any queries or issue.

Thanks for the hint. But from there I read

Please note the version that uses “SkiaSharp” as a dependency doesn’t support printing to printer feature.

I use SheetRenderer to save a sheet as an image. This one requires ImageOrPrintOptions which is not supported, right? Do I need to Save as PDF an then uses Aspose.PDF to convert to images?

@bitterlich
SheetRenderer and ImageOrPrintOptions can be used normally in Linux environments, and you can also convert worksheets, shapes, charts, etc. into images.
Unsupported print settings refer to the inability to set certain printer features in a Linux environment.