Bad rendered quality from XLSX file

Hi,


I am having problem with the quality of the image rendered with the attached XLSX file. Result image file is attached as well.

Code snippet is as below.

Workbook workbook = new Workbook(input);
Worksheet worksheet = workbook.Worksheets[0];
ImageOrPrintOptions options = new ImageOrPrintOptions();
options.PrintingPage = PrintingPageType.Default;
SheetRender sr = new SheetRender(worksheet, options);
sr.ToPrinter(printerName);

Anyway way to improve the image quality?

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

Please download and try the latest version: Aspose.Cells
for .NET v7.5.0.2
. It works fine. We have attached the output tiff image for your reference.