Re: POI-Ruby

2007-03-22 Thread Avik Sengupta
Jeff You can certainly wrap stuff on your own, but I would figure it will be a lot of work, which is reason I started on swig. I wouldnt start on it unless you either have a lot of time, or some significant experience writing C extensions for ruby (neither of which is true for me) You'l have

Re: POI-Ruby

2007-03-22 Thread Jeff Swensen
Thanks for the responses. Avik, What version of SWIG has worked the best for you? The version installed here is 1.1 (patch 5). I see that is the most recent stable release. Thanks, Jeff Avik Sengupta wrote: Jeff You can certainly wrap stuff on your own, but I would figure it will be a lot

Re: POI-Ruby

2007-03-22 Thread Jeff Swensen
My mistake, I'm using 1.3.31. Jeff Swensen wrote: Thanks for the responses. Avik, What version of SWIG has worked the best for you? The version installed here is 1.1 (patch 5). I see that is the most recent stable release. Thanks, Jeff Avik Sengupta wrote: Jeff You can

Re: [POI- HSSF] Alignment issue in sizing the Cell automatically

2007-03-22 Thread Vinay Konanki
Thanks Yegor, Its working great, but getting another alignment issue with this, i used logo (image) in the excel sheet. with the auto sizing the image also expanding and contracting according to that column data. Can i keep the image irrespective of the column size? Here is the code that i used

RE: Re[2]: problems with POI build

2007-03-22 Thread Levi Strope
Then I think the problem may be with Eclipse 3.2. In Eclipse 3.2 if I follow the build instructions the ANT build script errors out every time because the directories it is looking for do not exist. I manually created the directories but I'm still unable to get past the error that says

Re: problems with POI build

2007-03-22 Thread Andrew Oliver
Which JDK? Yegor Kozlov wrote: Hi, I don't quite understand what's wrong with POI. I'm using Ant 1.6.2 and it works fine for me. POI build.xml is all-sufficient. It downloads the required jars if they are missing. No intervention in Ant's config is required. Regards, Yegor LS Has anyone