Zipping .xlsx/.xls file in java : problem in creating workbook.create()

前端 未结 0 905
小鲜肉
小鲜肉 2021-01-02 06:21

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题