// 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");