mjul / docjure

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

Allow users of the library to ignore missing workbooks #16

Open tgk opened 10 years ago

tgk commented 10 years ago

Allows users to load spreadsheets with missing workbooks without getting an exception. In particular, this fix only sets the flag for HSSFFormulaEvaluator, which is the only evaluator supporting it.