Sheet background

2007-03-23 Thread Fulg de Nea
Hi, Please tell me how can I set the background of a sheet. I'm using 2.5.1 version of POI. Thanks. Best regards, Rodica 8:00? 8:25? 8:40? Find a flick in no time with the Yahoo! Search movie showtime

Re[2]: problems with POI build

2007-03-23 Thread Yegor Kozlov
I use JDK 1.4.2 and JDK 1.5. To build POI users need JDK 1.4 or greater. It should be reflected it the docs somehow. Compilation under JDK 1.3 fails. I've just tried it and got 68 errors. Does it concerns you? Yegor AO Which JDK? AO Yegor Kozlov wrote: Hi, I don't quite understand what's

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

2007-03-23 Thread Yegor Kozlov
VK Can i keep the image irrespective of the column size? No, you can't. Image anchor defines how many cells the image occupies. If you resize columns the image gets resized too. What POI lacks is the ability to edit anchors of existing shapes. Now you can set anchor only when shape is

Re: POI-Ruby

2007-03-23 Thread Avik Sengupta
did you try ldd on poi4r.so? or put libgcj in LD_LIBRARY_PATH? Also, the version of Swig i used was, i believe, 1.3.27. Which is not to say other versions wont work... we need to do some more experimentation... On Thursday 22 Mar 2007 10:08:25 pm Jeff Swensen wrote: I'm working on getting the

Re: POI-Ruby

2007-03-23 Thread Jeff Swensen
Please forgive my inexperience. I added libgcj to LD_LIBRARY_PATH and it now will run properly but segfaults. I'm working on figuring out exactly where the segfault occurs. At this point I know it's during JvCreateJavaVM(). Thanks again. Avik Sengupta wrote: did you try ldd on poi4r.so? or

POI and Powerpoint Tables

2007-03-23 Thread Havard, Nick
Hi Whilst searching the archives, I came across the following http://mail-archives.apache.org/mod_mbox/jakarta-poi-user/200608.mbox/%3 [EMAIL PROTECTED] which says creating tables is not yet supported. Give the age of the message (8 months), is creating tables now supported. If it is now

POI-ruby - ruby hangs

2007-03-23 Thread Jeff Swensen
I'm able to create xls files with poi4r just fine but for some reason any ruby script that requires poi4r hangs at the end. Has anyone ever experienced this? Or possibly have some ideas as to what causes it. b.rb: require 'release/poi4r' puts 'test' strace ruby b.rb: ... write(1, test\n,

problem with excel data format

2007-03-23 Thread Marek Lewczuk
Hello all, I would like to let you know about a small (but very important) bug with excel data format. Please create a numeric cell (with value set to e.g. -1232423 and style it data format like this: # ##0_ ;[Green]-# ##0 When you will open generated excel workbook you will see that the

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

2007-03-23 Thread Vinay Konanki
Thanks Yegor, Ya its possible to insert after doing alignments for all columns, Its looks better now. -Vinay On 3/23/07, Yegor Kozlov [EMAIL PROTECTED] wrote: VK Can i keep the image irrespective of the column size? No, you can't. Image anchor defines how many cells the image occupies. If