- Updated org.apache.poi/poi-ooxml to version 5.2.5
- Write
nil
values as BLANK cells, instead of empty string.
- Updated org.apache.poi/poi-ooxml to version 5.2.3 (fixes a CVE in POI)
- Updated org.apache.poi/poi-ooxml to version 5.2.0 (fixes a CVE in POI dependencies)
- 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 throughjava.awt.Color
(should not break existing uses)
- Updated org.apache.poi/poi-ooxml to version 5.0.0
- Update POI dependency and fix compatibility with the latest POI
- Uses
isCellDateFormatted
to check if numeric cell value should be returned asDate
- Added
read-sheet
function which uses column headers from the first row for data map keys - Supports
TRUE()
andFALSE()
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
- Fix cell-style for streaming workbooks (wrong number of arguments given to instance?)
- Bugfix for setting top, left and right borders incorrectly to bottom
- Support for setting row height
- Support for setting cell wrap option