matthewdowney / excel-clj

Write Excel docs & PDFs with Clojure data, from higher level abstractions (tree, table) or via a manual grid specification.
Eclipse Public License 1.0
149 stars 9 forks source link

symbol inst-ms (excel_clj/poi.clj:321:22) cannot be resolved #8

Closed toreohm closed 3 years ago

toreohm commented 3 years ago

Hello there, I'm trying to use your library but I get this error:

error {

:cause Unable to resolve symbol: inst-ms in this context :via [{:type clojure.lang.Compiler$CompilerException :message java.lang.RuntimeException: Unable to resolve symbol: inst-ms in this context, compiling:(excel_clj/poi.clj:321:22) :at [clojure.lang.Compiler analyze Compiler.java 6688]} {:type java.lang.RuntimeException :message Unable to resolve symbol: inst-ms in this context :at [clojure.lang.Util runtimeException Util.java 221]}]

Can you fix it please?

matthewdowney commented 3 years ago

Hi there, it looks like inst-ms was added in Clojure 1.9. At a minimum, I'll update the README to reflect that being the minimum compatible version of Clojure.

What version of Clojure are you using, and if it's < 1.9, are you able to upgrade?

toreohm commented 3 years ago

I'm using clojure 1.8. I understand now. Thank you