Releases: excella-core/excella-reports
Releases · excella-core/excella-reports
v2.2
What's Changed
New Feature
- Introduce functional interfaces (#55) by @maruTA-bis5 in #60
Bug Fix
- fix(ImageParamParser): unmerged cells' CellStyle (border line, color, etc...) disappear by @enunu in #63
Refactor
- refactor: HSSF/XSSFを極力区別せずに扱う by @maruTA-bis5 in #59
CI
- Setup GitHub Actions by @maruTA-bis5 in #61
New Contributors
Full Changelog: v2.1...v2.2
v2.1
v2.0
- POI 4.1.1対応
- ライセンス変更 (Apache License, Version 2.0)
v1.11:POI3.16対応
POI3.16対応
テスト用リソースファイルの移動
pom.xmlの修正
v1.10:不具合対応
不具合対応
v1.9:不具合対応
v1.8: POI3.13対応
POI3.13対応
BREAKタグ追加
不具合修正
v1.7: maven対応
ソースコードの文字コードをSJIS→UTF-8に変更 テストケースReportsUtilTestの不要なインポートを削除 PDF出力処理をexcella-pdfexporterに分離