https://issues.apache.org/bugzilla/show_bug.cgi?id=46448
--- Comment #1 from Matthew <[email protected]> 2008-12-30 01:46:20 PST --- Opening an Excel 2003 document: FileInputStream fis = new FileInputStream(path); POIFSFileSystem fs = new POIFSFileSystem(fis); Workbook workbook = new HSSFWorkbook(fs); -- Opening an Excel 2007 document: Workbook workbook = new XSSFWorkbook(path); -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
