RE: reading images out of xls files (and transforming them?)

2003-10-25 Thread Glen Stampoultzis
There should be some escher support being committed Real Soon Now(tm). Stay tuned. At 03:43 PM 25/10/2003, you wrote: I have worked out the details of how this works. But I am not sure how to fit it into HSSF. Images in Excel spreadsheets can be of two types. The kind with 'Insert Picture', and

RE: RE: reading images out of xls files (and transforming them?)

2003-10-25 Thread Michael Zalewski
--Original Message- From: Chris Nokleberg [mailto:[EMAIL PROTECTED] Sent: Saturday, October 25, 2003 3:21 PM To: POI Developers List Subject: Re: RE: reading images out of xls files (and transforming them?) On Sat, Oct 25, 2003 at 11:48:36PM +0500, Avik Sengupta wrote: > Well, in general, to read, th

RE: RE: reading images out of xls files (and transforming them?)

2003-10-25 Thread Michael Zalewski
tober 25, 2003 2:49 PM To: POI Developers List Subject: Re: RE: reading images out of xls files (and transforming them?) > Anybody want to continue this discussion? Yes of course! The best thing would be to throw some code and have people play around a bit with it. In terms of how to fit it

Re: RE: reading images out of xls files (and transforming them?)

2003-10-25 Thread Chris Nokleberg
On Sat, Oct 25, 2003 at 11:48:36PM +0500, Avik Sengupta wrote: > Well, in general, to read, the first place would be to hook it into > RecordFactory, and branch off from there. > > In terms of high level access, we try to keep it mapped to excel... is > an image linked to a cell, or to a sheet?? w

Re: RE: reading images out of xls files (and transforming them?)

2003-10-25 Thread Avik Sengupta
to have a custom serialisation process. just some thought, probably needs more playing around... Regards - Avik ---Original Message--- > From: Michael Zalewski <[EMAIL PROTECTED]> > Subject: RE: reading images out of xls files (and transforming them?)

RE: reading images out of xls files (and transforming them?)

2003-10-24 Thread Michael Zalewski
I have worked out the details of how this works. But I am not sure how to fit it into HSSF. Images in Excel spreadsheets can be of two types. The kind with 'Insert Picture', and the kind you get with 'Insert Object'. The 'Insert Picture' ones are the easiest to handle. They work like this: There