tech.ml.dataset icon indicating copy to clipboard operation
tech.ml.dataset copied to clipboard

fastexcel - update documentation to new version of fastexcel-reader

Open andres-moreno opened this issue 9 months ago • 0 comments

The documentation lists [org.dhatim/fastexcel-reader "0.12.8" :exclusions [org.apache.poi/poi-ooxml]] as a required dependency.

Using this dependency results in a reflection warning. The documentation should be updated to require

org.dhatim/fastexcel-reader {:mvn/version "0.16.4"
                               :exclusions [org.apache.poi/poi-ooxml]}

andres-moreno avatar Apr 26 '24 16:04 andres-moreno