// Create a new workbook Workbook workbook = new Workbook();null // Save to an excel file workbook.save("FolderExample.xlsx");