SheetRender.ToImage not printing secondary vertical values

Hi,

When using SheetRender.ToImage the secondary vertical values are not printed in the generated image (please see the attached images).
For reproducing the issue please use the attached Excel file and the following code:

var workbook0 = new Workbook(“test.xlsx”);

var printOptions = new ImageOrPrintOptions
{
Quality = 100,
VerticalResolution = 200,
HorizontalResolution = 200,
PrintingPage = PrintingPageType.IgnoreBlank,
ImageFormat = ImageFormat.Png,
OnePagePerSheet = true,
OnlyArea = true
};

var sheetRender = new SheetRender(workbook0.Worksheets[0], printOptions);
sheetRender.ToImage(0).Save(“output.bmp”);


Regards,
Aurelian Iordache
Software Developer
IBM Romania

Hi,


Thanks for the template file and sample code.

After an initial test, I observed the issue as you mentioned by converting your template file (using your code segment) sheet to image file format, the secondary vertical values in the charts are not rendered in the output image format. I have logged a ticket with an id “CELLSNET-43159” for your issue. We will look into it soon.

Once we have any update on it, we will let you know here.

Thank you.

Hi,

Thanks for your using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells for .NET v8.3.0.1 and let us know your feedback.

The issues you have found earlier (filed as CELLSNET-43159) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.