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