Re: PowerPoint extractor

2006-07-06 Thread Suba Suresh
I tried the July4th build. The warnings are gone. Thank You. I used the following code for a couple of small excel files to index with lucene. I don't know how effective the search is going to be since it is still in the implementation stage.If there are any errors please let me know. public

AW: how to identify hidden columns

2006-07-06 Thread KHZ (SAW)
Hi Abhinav. Hiding is having set the width to 0 (HSSFSheet.setColumnWidth()). So you just need to look for width 0 (some get). Regards,Karl-Heinz. -Ursprüngliche Nachricht- Von: Abhinav Srivastava [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 6. Juli 2006 01:41 An: poi-user@

Re: Regarding Slide in POI

2006-07-06 Thread Nick Burch
On Wed, 5 Jul 2006, Kumar wrote: I am giving source ppt file as input which contains only one slide. On printing the slides.length its outputting two as slides. Which version of the poi scratchpad jar are you using? New versions should no longer include the master slides in their normal slides