mjul / docjure

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

Memoizing date format creation #80

Closed mauricioszabo closed 5 years ago

mauricioszabo commented 5 years ago

Tested with code:

(save-workbook-into-file! "/tmp/report.xlsx"
                          (create-workbook "foobar"
                                           (mapv (fn [i] [i #inst "2018-10-01T00:00:00Z"]) (range 100000))))

Old code breaks, new one doesn't. Also, removed do from defmethod implementation.

Fixes #79

mjul commented 5 years ago

Thank you for the contribution, it has been published to Clojars in the 1.14.0-SNAPSHOT