clj-excel icon indicating copy to clipboard operation
clj-excel copied to clipboard

freeze pane

Open JoePython1 opened this issue 7 years ago • 0 comments

Will it be possible to freeze pane?

XSSFSheet sheet = my_xlsx_workbook.getSheetAt(0); 
 /* Freeze top row alone */
sheet.createFreezePane(0,1);

JoePython1 avatar Mar 26 '17 02:03 JoePython1