Joseph

Results 5 issues of Joseph

WARNING: Can't take value of macro cljs.core/use at line 9 resources/public/fig/js/om/dom.cljs WARNING: use already refers to: cljs.core/use being replaced by: om.dom/use at line 9 resources/public/fig/js/om/dom.cljs

How to freeze the top row like we have in Excel?

How in preserve column width in the template and the resulting spreadsheet?

How would you use ssl mode to connect to the postgres port #5432?

Will it be possible to freeze pane? ``` java XSSFSheet sheet = my_xlsx_workbook.getSheetAt(0); /* Freeze top row alone */ sheet.createFreezePane(0,1); ```