clj-excel
clj-excel copied to clipboard
freeze pane
Will it be possible to freeze pane?
XSSFSheet sheet = my_xlsx_workbook.getSheetAt(0);
/* Freeze top row alone */
sheet.createFreezePane(0,1);