i'm using library
org.apache.poi
XSSFWorkbook workbook = new XSSFWorkbook(fileInputStream);
I'm trying
org.xml.sax
library, but cannot able convert it into workbook
NOTE : at end result i want XSSFWorkbook to be returned
the above code will go out of memory, any help will be appreciated ThankQ in advance