Winloss sparkline

If there is no loss in the data row, Winloss sparkline is not printing.


Refer second row

Hi Praveen,

Thank you for contacting support.

Please provide the sample spreadsheet to replicate this issue, so we could move forward to fix it for you.

Looking forward to your kind response.

Source spreadsheet attached

Hi Praveen,

Thank you for providing the sample spreadsheet.

We are able to observe the problem of missing Win/Loss Sparklines for cells H4 and H8 when rendered to PDF format using latest version of Aspose.Cells for .NET 7.7.2. A ticket (CELLSNET-42383) has been logged in our bug tracking system to investigate the matter in detail. We will keep you posted with updates in this regard.

Hi,

Please try our latest version/fix: Aspose.Cells for .NET v8.0.2.3

Please call Workbook.CalculateFormula() method before rendering to PDF or images as your source data have formula(s):
e.g
Sample code:

Workbook book = new Workbook(myDir + "Excel+Sparkline.xlsx");
book.CalculateFormula();
book.Save(myDir + "output.pdf", SaveFormat.Pdf);

Thank you.

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


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