mjul / docjure

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

Introduce *ignore-missing-workbooks* for ignoring missing workbooks. #14

Closed tgk closed 11 years ago

tgk commented 11 years ago

This change allows users to ignore missing linked workbooks and use the cached value in the spreadsheet instead.

tgk commented 11 years ago

There is an issue where some Excel files do not support disabling this parameter. A second pull request will fix this.