mjul / docjure

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

Returning exceptions as cell values instead of aborting execution #11

Closed tgk closed 9 years ago

tgk commented 11 years ago

In the old version of the library, thrown exceptions while reading cells would terminate the entire operation, e.g. when selecting rows. The underlying framework throws quite a lot of exceptions, especially for unsupported formulas. This change returns the exception as the value of the cell.

mjul commented 9 years ago

This issue has been addressed by the merge of issue #33