Cannot export donut, bubble charts when using "mm" format

I have a few large numbers that contains negative ones, and I used below custom format

#,###,###,##0.00,, "MM";[Red](#,###,###,##0.00,, "MM");0.00,, "MM"

Then if I create a bubble chart or doughnut chart based those numbers, they can be exported in excel format successfully but they cannot be exported to pdf at all.

I’m attaching an example file here, please check.

test_donut_chart.zip (15.3 KB)

But this can be exported to pdf directly by “save as” in excel…

If not using MM or mm but using kk, abc, mmm or m, then it is fine. It’s weird…

I’m using Aspose.Cells for .Net v17.5.0.0

@mchen11,

Thanks for your posting and using Aspose APIs.

We were able to observe this issue as per your description and logged it in our database for investigation and for a fix. Once, the issue is resolved or we have some other news for you, we will let you know asap.

This issue has been logged as

  • CELLSNET-45765 - Charts could not be exported when Custom Format is using “mm” format

@mchen11,

This is to inform you that we have fixed your issue (logged earlier as “CELLSNET-45765”) now. We will soon provide you the fix after performing QA and incorporating other enhancements and fixes.

Once the fix is available for public use, we will share the Download link here.

The issues you have found earlier (filed as CELLSNET-45765) have been fixed in this Aspose.Cells for .NET 18.1 update.

Please also check the following article:

Cool~ thanks !