Render Excel file to Powerpoint

Dear Aspose peoples,

I'm new in Aspose Cells and Slides.

I need export all Excel sheets to image and create new powerpoint presentation

(1 page is 1 image exported from excel sheet).

Please help me with this problem.

Thank you

Roman

Hi Roman,


Thanks for your query.

Well, you may use Sheet to Image feature provided by Aspose.Cells to convert worksheets (in the workbook) to images and then use Aspose.Slides APIs to add these images on Powerpoint slides. Please see the documents / articles on how to render images from worksheets:
http://www.aspose.com/docs/display/cellsnet/Converting+Worksheet+to+Image
http://www.aspose.com/docs/display/cellsnet/Converting+Worksheet+to+Image+and+Worksheet+to+Image+by+Page
http://www.aspose.com/docs/display/cellsnet/Converting+Worksheet+to+Image+using+ImageOrPrint+Options

(Note: To render one image per whole worksheet, you may try : ImageOrPrintOptions.OnePagePerSheet to set it to “true” for your requirements)

And, please post your query in Aspose.Slides forum to get help/guidance from Aspose.Slides team.

Thank you.