mjul / docjure

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

Add select-cell function for easy navigation in a worksheet #36

Closed trieloff closed 8 years ago

trieloff commented 9 years ago

The select-cell function is a convenience wrapper around POI's CellReference and works similar to the other select-* functions in docjure.

I've added a simple unit and integration test.

mjul commented 9 years ago

It looks good, could you please add an example to the README.md showing how to use it, and while you are at it, add yourself to the list of contributors at the end of the README. Thanks

trieloff commented 9 years ago

Sure, will do.

trieloff commented 9 years ago

I've just pushed an update that has the documentation.

mjul commented 8 years ago

Thanks for helping out. It has now (finally!) been merged!

trieloff commented 8 years ago

Cool. I have another pull request coming that depends on this, but I need to make sure it is still up-to-date.