mjul / docjure

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

way to merge cells ? #77

Closed gudesh closed 5 years ago

gudesh commented 6 years ago

Hi,

I'm new to the docjure lib and I need to apply a specific format over cells in a spreadsheet that I write.

In particular, I need to merge some cells like here (StackOverflow) or at least let the contents on the first cell overflow into the next ones...

Is there a feature for this that I missed, or an example of interop with POI that I could use ?

Thanks,

Gudesh

mjul commented 5 years ago

It has not been implemented, but you are welcome to do so and submit a pull request. Thanks, Martin