mjul / docjure

Read and write Office documents from Clojure
MIT License
622 stars 129 forks source link

Freeze panes? #62

Open JoePython1 opened 7 years ago

JoePython1 commented 7 years ago

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

mjul commented 7 years ago

Hi Joseph

Docjure uses the Apache POI library, so you can find the information there – look under the Excel API (XSSF) at http://poi.apache.org

Please give it a whirl and consider sharing your efforts with the rest of the Docjure community by sending a pull request with freeze-pane features.

Best regards, Martin