How to get Excel data as a object to Word

Hi All,

This is Madhu again and here my doubt is that,We have

export Array method to get excel data as a object right?

The code, what I have is

Object dataTable [][] = worksheet.getCells().exportArray(74,7,54,6);

How can I send this object to word document as it is?

Is it possible or not?

If yes how can I achieve it?

Please help me ...

It is the last issue in my project using Aspose.

I need to place the exportArray object in word.

Or some merged cells data.

Thanks

Madhu

Hi Madhu,

Well, I am not familiar with Aspose.Words for Java APIs. Could you check with its APIs if you can import an object array to word document. I think you may place a query to Aspose.Words forum.

Thank you.