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,