//create a new workbook Workbook workbook = new Workbook(); workbook.open(this.getResourceStream("xlsx/Information.csv"), OpenFileFormat.Csv); //save to an excel file workbook.save("ImportCsvFileToWorkbook.xlsx");
//create a new workbook var workbook = Workbook() workbook.open(this.getResourceStream("xlsx/Information.csv"), OpenFileFormat.Csv) //save to an excel file workbook.save("ImportCsvFileToWorkbook.xlsx")