val workbook: Workbook = Workbook() val ws = wb.newWorksheet("Sheet1") ws.value(currentRow, currentCol, LocalDate.now()) ws.style(currentRow, currentCol).format("dd.MM.yyyy").set()