Re: Export an image to MS Excel through Apache POI

2007-01-15 Thread Don Don
Hi You might want to give jasper reports a try. It can create anything you want... from reports to image generation and layout...to custom letters, templates etc and it exports into various formats e.g. word, excel, pdf, html, csv etc Anjishnu Bandyopadhyay <[EMAIL PROTECTED]> wrote: Hi all,

Export an image to MS Excel through Apache POI

2007-01-15 Thread Anjishnu Bandyopadhyay
Hi all, I am trying to write an application which will open an MS Excel sheet, and display an image in one of the cells. I am using Apache POI for opening, and populating values in the Excel sheet. Here, the image path will be somewhere in my server, or hard disk. Any pointers regarding the s