tags:

views:

220

answers:

1

how to insert an object into a cell using JXL (Java Excel API) api..

I have a file which is not image.. I want to insert it into a cell of an Excel sheet..

how can I achieve this?? please help...

+1  A: 

Have a look at this tutorial. It doesn't answer how to store generic objects in a cell, but I very much doubt excel can handle untyped data anyway. You must know what kind of object it is, and hope JXL has the appropriate binding.

extraneon