Chart axis title rotation resets after copying with Aspose.Cells

Hi,

When copying a workbook to a new workbook. I noticed the rotation&alignment of the chart axis title box was kept.

Code:

var workbook = new Workbook(@".\test.xlsx");
var newWorkbook = new Workbook();
newWorkbook.Copy(workbook);
newWorkbook.Save(@".\out.xlsx");

I’ve attached the test files and a screenshot for your reference. Could you please help to take a look?

test.zip (43.7 KB)
image.png (49.0 KB)

Thanks,

@ServerSide527
Thanks for providing further details.
We will look into it and get back to you soon.

We reproduced the issue as you mentioned using your template Excel file. We found chart’s axis title rotation resets after copying with Aspose.Cells APIs.

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): CELLSNET-52639

You can obtain Paid Support services if you need support on a priority basis, along with the direct access to our Paid Support management team.

@ServerSide527
We have fixed this issue.Please check 23.1.5.zip (21.6 KB)
generated by inner hot fix 23.1.5
It will be included into the next release 23.2 .

The issues you have found earlier (filed as CELLSNET-52639) have been fixed in this update. This message was posted using Bugs notification tool by johnson.shi