Export Multiple Range of Excel sheets into slide

Hi Experts,

I am new in ASPOSE object and functionalities. Can you please share me the instruction to export range as image to PowerPoint Slide.

1. Single range say "H5:M:50 from a sheet XYZ.
2. Multiple range say “A2:D10”, “H1:J40”, “A50:J60” from sheet PQR


Regards,
Santosh


Hi,


Thanks for your posting and considering Aspose.Cells.

A part of your question is related to Aspose.Slides (i.e. into slide), the rest of the question is related to Aspose.Cells.

Please post this question in Aspose.Slides forum because it is not related to Aspose.Cells.

How to add image into slide?

You can export only range of cells into image. You cannot export multiple ranges into image. But you can export entire worksheet into image.

Please see this article that exports a range into image. It also explains how to export all the worksheet into image. Just set the print area to null and then the same code will export the entire worksheet into image.