On Mon, 7 Nov 2011, rkanigolla wrote:
I am working for java application and here we have used POI 2.5 JAR file for the excel reading.Now we are upgrading to poi-3.8-beta3 VERSION to handle both xls and xlsx versions. But we are getting the following error when trying to execute the below code snippet. POIFSFileSystem fileSystem = new POIFSFileSystem(inputStream); HSSFWorkbook workBook = new HSSFWorkbook(fileSystem);
You need to make a small code change, see the upgrading / converting guide:
http://poi.apache.org/spreadsheet/converting.html Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
