Liking cljdoc? Tell your friends :D

1.1.2 (2022-01-25)

  • Updated org.apache.poi/poi-ooxml to version 5.2.0 (fixes a CVE in POI dependencies)

1.1.1 (2021-11-22)

  • Updated org.apache.poi/poi-ooxml to version 5.1.0 (fixes several CVEs in POI dependencies)
    • POI now uses log4j2 for logging, you need to provide a implementation for that.
    • Use org.apache.logging.log4j/log4j-to-slf4j to redirect logging to slf4j.
  • Switch color function to use rgb byte-array instead of going through java.awt.Color (should not break existing uses)

compare

1.1.0 (2021-09-22)

  • Updated org.apache.poi/poi-ooxml to version 5.0.0

compare

1.0.0 (2020-02-27)

  • Update POI dependency and fix compatibility with the latest POI

compare

0.1.0 (2017-03-29)

  • Uses isCellDateFormatted to check if numeric cell value should be returned as Date
  • Added read-sheet function which uses column headers from the first row for data map keys
  • Supports TRUE() and FALSE() formulas (coerced to booleans)
  • Ignore columns with nil in read spec (#5)
  • Close input-stream in -to-workbook URL implementation (#4)
  • Don't skip empty values at the end of row

compare

0.0.8 (2017-01-02)

  • Fix cell-style for streaming workbooks (wrong number of arguments given to instance?)

compare

0.0.7 (2016-06-01)

  • Bugfix for setting top, left and right borders incorrectly to bottom

compare

0.0.6 (2016-06-01)

  • Support for setting row height
  • Support for setting cell wrap option

Can you improve this documentation? These fine people already did:
Juho Teperi, Tuukka Kataja & Matti Nieminen
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close