I am trying to convert.xls/.xlsx file to a zipped file. The code I am using is:
Workbook wb = WorkbookFactory.create(File); wb.write(zipOutputStream);
It throw