// Create a new workbook Workbook workbook = new Workbook(); //Change the path to the real file path when open. workbook.open("source.xlsx");
// Create a new workbook var workbook = Workbook() //Change the path to the real file path when open. workbook.open("source.xlsx")