Understood. So, to do the same with .DOC and .PPT files is not possible, right?
Is it needed a lot of time to do this in the HPWF and HLSF? I need something like that, but I think I need some help to put it into POI. Thanks in advance! Luiz On 10/16/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi, > > I am attaching a simple servlet that exports image to excel file. > Please note that you will need POI 3.0.1 version of jar. > Hope this is useful! > > Regards, > Prachi > > ________________________________ > > From: Luiz Antonio Falaguasta Barbosa [mailto:[EMAIL PROTECTED] > Sent: Mon 15/10/2007 12:42 > To: POI Users List > Subject: Re: Export an image as PNG to a particular cell in Excel using > POI. > > > > Hi Prachi, > > Could you share the fragment of your code where you put the image into the > .XLS file? > > I have to do the same with template files. I wanna change keys by images > in > specific cells of the file, but I didn't find how to do it yet. > > For me, doesn't matter if I will loose an original image, because I won't > have any image into the cell. Actually, I have to create another one file > with the image (in the new file) instead of the key (that existed in the > original file). > > Thanks in advance! > > Luiz > > On 10/12/07, [EMAIL PROTECTED] < > [EMAIL PROTECTED]> wrote: > > > > Thanks for your prompt reply! > > Yes, the positioning can be achieved, but then as the documentation > says, > > that any existing image would be erased with the new image. > > > > What I need is that corrsponding to every record (row) in the Excel > sheet, > > I would need an image to be exported. > > But with the limitation that it would erase an existing image, wouldnt > the > > existing images exported be erased? > > Say I export an image for record 1 and for record 2 the previous image > > would be erased and new image added? > > > > -Prachi > > > > ________________________________ > > > > From: Nick Burch [mailto:[EMAIL PROTECTED] > > Sent: Fri 12/10/2007 11:29 > > To: POI Users List > > Subject: Re: Export an image as PNG to a particular cell in Excel using > > POI. > > > > > > > > On Fri, 12 Oct 2007, [EMAIL PROTECTED] wrote: > > > I would like to know if we can export an image as PNG to a particular > > > cell in Excel using POI. > > > > I don't think you can actually put an image as the real contents of a > cell > > (it's just not something the excel format supports). I think all you can > > do is add in an image, then position/size it to occupy the whole cell. > > > > Nick > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
