I am trying to create a .xlsx file using Apache POI. This is my code:
FileOutputStream outputStream1=null; XSSFWorkbook workbook = new XSSFWorkbook(); XSSFSheet
you need to download poi-ooxml-3.9.jar