Convert part of Excel to an image

Is there any way of converting just a specific rows and columns to an image?

For example, from row No.4 to row No.8 and from column No.3 to column No.5…

Hi,


Thanks for your query.

Well, you may specify the printable area for your desired range of cells and then take the image using SheetRender APIs, see the document for your reference:
http://www.aspose.com/docs/display/cellsjava/Export+Range+of+Cells+in+a+Worksheet+to+Image

Hope, this helps a bit.

Thank you.