Hi,
Attachment is the demo, please have a look.
In my demo, there are 11 items, the last one which named “Other” is negative, but on the website, the minus is missing.
Hi,
Hi,
Hi,Amjad,
Hi,
Please try the new fix and change the source project for generating Excel 2007 or later versions of chart.
1) Dim wb = New Workbook() to Dim wb = New Workbook(FileFormatType.Xlsx) in Function Process() of TPie.vb
2) rpt.Save(Response, "Pie Chart.xlsx", Aspose.Cells.ContentDisposition.Attachment, New XlsSaveOptions())
to:
rpt.Save(Response, "Pie Chart.xlsx", Aspose.Cells.ContentDisposition.Attachment, New OoxmlSaveOptions()) in Sub btnExport_Click() of Default.aspx.vb
The issues you have found earlier (filed as CELLSNET-41759) have been fixed in this update.