Read a particular sheet in a xlsb file using java

232 Views Asked by At

I tried using XSSFBEventBasedExcelExtractor class but it reads all of the data in the sheets present. I have many sheets in Binary excel file and I want to extract one sheet. Is there a way to do that? Other approaches are welcome.

0

There are 0 best solutions below