Skip to content

Sheetz v1.1.0 — Cell Formatting & ODS Support

Latest

Choose a tag to compare

@chitralabs chitralabs released this 16 Jun 22:51
· 12 commits to main since this release
182fbf4

What's New

Cell Formatting API

  • New @Style annotation for fonts, colors, borders, alignment, text wrapping, and data formats
  • CellStyleBuilder for programmatic cell styling
  • HyperlinkValue type for clickable hyperlink cells
  • PoiStyleResolver with per-workbook caching
  • Auto-filter and merge region support on writers
  • Custom header styles via WriterBuilder.headerStyle()

ODS (LibreOffice Calc) Support

  • Read and write .ods files via ODF Toolkit (optional dependency)
  • Full support for typed reads, readMaps, readRaw, and validation
  • Multi-sheet ODS workbooks via WorkbookBuilder
  • Streaming fallback to in-memory read for ODS

Dependency Updates

  • maven-surefire-plugin 3.5.4 → 3.5.5
  • jacoco-maven-plugin 0.8.11 → 0.8.14
  • junit-jupiter 5.10.1 → 5.14.4
  • slf4j 2.0.17 → 2.0.18
  • actions/upload-artifact v6 → v7

Full Changelog: v1.0.2...v1.1.0