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

Excel bindings for Clojure, based on Apache POI

Results 4 clj-excel issues
Sort by recently updated
recently updated
newest added

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

Hello, We'd like to use this library. Any chance that it could be published to clojars? It would also be nice if the version number was increased with each change...

Code adds the ability to specify {:wrap true} as part of the style attributes to cause cell to wrap.

There is an error in cell-mutator. Please look into my commit 427b7cd18f213cc1f57fd032f91b3757fb80cca0.