How to convert Object to shape or Image with Java

Hi All,

How do I convert object(extracted from excel using exportArray property of Aspose) to Shape or Image with Aspose using Java.

I am usind exportArray property to extract the data I need to place in word document.

Object dataTable [][] = worksheet.getCells().exportArray(10,10,7,7);

What exactly my requirement is I need to take a certain block of data from excel and paste it on word document.

The data in excel is something like table structure.

Now, Iwant to convert that data as a image and paste it on Word Document.

Wiil it be possible?

Or else as a shape also.....

Copy data from excel as a image or shape using java or else how can i acheive that.

Thanks

Madhu

Hi Madhu,

I think you are talking about Sheet2Image feature. Well, I 'm afraid the feature is not supported for Java version (Currently supported in .NET version only). We will consider it after completing some other important tasks on hand.

Thank you.