//create a new workbook Workbook workbook = new Workbook();null//save to an excel file workbook.save("printmanager.xlsx");
//create a new workbook var workbook = Workbook()//save to an excel file workbook.save("printmanager.xlsx")