Shrinking workbooks

Hi there. Still pretty new to this very nice product… We’re having trouble with the size and position of embedded spreadsheets. They shrink from the size they are in our template presentation. Any suggestions?

Dear emoore,

Thanks for considering Aspose.Slides.

You should set you workbook sheet size with correct chart dimensions, for example if your chart spans 12 rows and 6 columns (I mean excel sheet cells), you can set it like this

wb.Worksheets.SetOleSize(1, 12, 1, 6);

For more information, please see posts with these ids from the following thread

71904
71911 and onwards