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