List of usage examples for org.apache.poi.poifs.filesystem POIFSFileSystem subclass-usage
From source file com.canoo.webtest.plugins.exceltest.RetryWithCapsPOIFSFileSystem.java
/**
* Hack class to deal with Excel files generated by Crystal Decisions. The root element of an Excel file is supposed
* to be 'Workbook' but in Crystal Decisions files, it is 'WORKBOOK'. Excel will still open the file but it causes POI
* to fail upon opening the file. This class catches the FileNotFoundException that is thrown when this happens and
* tries again with the name capitalized.
*