InvocationTargetException while reading an Excel file.

2007-05-03 Thread Anjishnu Bandyopadhyay
Hi all, I am trying to read a MS Excel file through my POI code. The file contains Filters, Macros Pivot tables. By trying to do so, I get an InvocationTargetException when I try to instantiate a new workbook, with an instance of POIFSFileSystem class. My code is something like:

Re: InvocationTargetException while reading an Excel file.

2007-05-03 Thread Rajeshwar Mothe
hi dude just go threw my code snippet i got same InvocationTargetException before while doing this i think it will help u just reply to this mail if u have any further conserns Cheers RajKishan ValueLabs ,INDIA

Re: InvocationTargetException while reading an Excel file.

2007-05-03 Thread Rajeshwar Mothe
Hi dude please check the value u r assigning for On 5/3/07, Rajeshwar Mothe [EMAIL PROTECTED] wrote: hi dude just go threw my code snippet String filePath i think the problem with that one i suppose by C u Have a nice day Cheers RajKishan i got same

POI 3.0 RC4

2007-05-03 Thread Nick Burch
Hi All Release candidate 4 of POI 3.0 is now available: http://people.apache.org/~nick/POI-3.0-RC4/ For maven users, there's also the pom, binary and source jars available for testing with: http://people.apache.org/~nick/POI-3.0-RC4/maven/ There have only been a few bug fixes

Re: Exception in Power Point Extractor

2007-05-03 Thread Nick Burch
On Thu, 3 May 2007, Vinay wrote: I am using poi-3.0-alpha3. When I am creating pptextractor = new PowerPointExtractor(path); it is throwing me the exception Exception in thread main java.lang.ClassCastException: org.apache.poi.hslf.record.Slide at

Re: InvocationTargetException while reading an Excel file.

2007-05-03 Thread Rajeshwar Mothe
Hi dude Now i am leaving the desk i'll reply u 2 maro just it is a problem with path of reading i suppose please forgive me sorry bose by c u Cheers Rajkishan On 5/3/07, Rajeshwar Mothe [EMAIL PROTECTED] wrote: Hi dude please check the value u r assigning for On 5/3/07, Rajeshwar

character encoding and charsets

2007-05-03 Thread Justin Warren
Hi guys.. I have an interesting problem. I am using POI to extract text from a word doc. (word 2000/03 usually). But the document is written in Chinese. So naturally, when I write the extracted text to a plaintext file, I get random ascii characters. So, I want to be able to decode the charset