// Create a new workbook Workbook workbook = new Workbook(); workbook.open(this.getTemplateStream()); // Save to an excel file workbook.save("TravelExpenseReport.xlsx");
// Create a new workbook var workbook = Workbook() FIXME: No Kotlin code in this demo. // Save to an excel file workbook.save("TravelExpenseReport.xlsx")