Some bar chart generate error

Workbook wb = new Workbook(“Bullet.xls”);

wb.save(“Bullet.html”);

Hi,


Thanks for the template file.

After an initial test, I observed the issue as you mentioned. The Bar custom chart is not rendered fine in the output HTML file format when re-saving the template file to HTML via Aspose.Cells APIs.
e.g
Sample code:

Workbook wb = new Workbook(“Bullet.xls”);
wb.save(“f:\files\outBullet1.html”);

I have logged a ticket with an id “CELLSJAVA-40950” 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 using Aspose.Cells for Java.

Please download and try this fix: Aspose.Cells for Java v8.2.0.4.

We have fixed the bugs except series “目标” that is setting picture for marker.

The feature is not supported for Excel 2003 type file (.xls) and is supported for .xlsx file. For now you can save the .xls type file to .xlsx type file.