Hi Andy, I actually have a business need to read Excel files so I tried out the POI package today for the first time. Nice work! The documentation is very nice and took me very little time to write some test code that reads my file.
At first it was throwing exceptions on instantiating my HSSFWorkbook. I wondered if it might be due to the version of the Excel file so I re-saved the file as Excel 97 and it worked great. Then I noticed the site says "...implementation of the Excel '97(-2002) file format". I guess my files are in 2003 format. Bummer. Obviously I can convert the files manually but I'm trying to automate a process so that doesn't help. Will 2003 files be supported in the future? T O N Y S P E N C E R 305 Calvin Rd. Raleigh, NC 27605 Phone: 919.834.6845 Mobile: 415.637.6481 [EMAIL PROTECTED] _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
