how to insert an object into a cell using JXL api
how to insert an object into a cell using JXL (Java Excel API) api..
I have a 开发者_如何学Cfile which is not image.. I want to insert it into a cell of an Excel sheet..
how can I achieve this?? please help...
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.
精彩评论