Hi There,
I was testing Aspose.Cells latest 7.4.3.0 with a future product but encountered an issue when charts are on their own sheet - see the attached basic work book I created to show what looks like to be a bug.
Use this code:
Workbook obstacleWorkbook = new Workbook(“testBook.xlsm”);
obstacleWorkbook.Save(“testBook_out.xlsm”);
Basically the act of saving the workbook again (or loading it in in the first place) seems to resize the chart area, making it way too wide.
I also tried manually correcting the chart area size but when you save out it decides to make it bigger than the page again.
So to see issue:
1. Look at testbook - chart fits nicely on page
2. Run the workbook through Aspose.Cells
3. Open new saved workbook, chart has been resized for no reason?
Many Thanks,
Adam