I have uploaded a .xls file into mongodb which contains data in sheet1, sheet2 and sheet3. When i downloading a file, i was storing entire workbook contents as ByteArrayInputstream as per our requirement.
Is that possible to read sheet1 data alone from the ByteArrayInputstream ?