Hi there
We are having problems when charts with percentage axis are saved using Aspose.Cells.
In the attached BugDemoInput.xlsx you’ll see the chart has an axis with the range 0% - 100%. When this is saved using the following code:
Workbook wb = new Workbook(“BugDemoInput.xlsx”);
wb.Save(“BugDemoOutput.xlsx”);
the axis changes from 0% - 10000% as seen in BugDemoOutput.xlsx.
This problem occurs with v7.0.0.0.
Could someone look into this for me?
Thanks