What's New
Cell Formatting API
- New
@Styleannotation for fonts, colors, borders, alignment, text wrapping, and data formats CellStyleBuilderfor programmatic cell stylingHyperlinkValuetype for clickable hyperlink cellsPoiStyleResolverwith per-workbook caching- Auto-filter and merge region support on writers
- Custom header styles via
WriterBuilder.headerStyle()
ODS (LibreOffice Calc) Support
- Read and write
.odsfiles 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