Skip to content

Releases: excella-core/excella-reports

v2.2

27 Sep 23:06
Compare
Choose a tag to compare

What's Changed

New Feature

Bug Fix

  • fix(ImageParamParser): unmerged cells' CellStyle (border line, color, etc...) disappear by @enunu in #63

Refactor

CI

New Contributors

  • @enunu made their first contribution in #63

Full Changelog: v2.1...v2.2

v2.1

11 Jul 06:15
Compare
Choose a tag to compare
  • ImageParamParser: 画像出力時リサイズの改善 (#56)
  • BlockRowRepeatParamParser/BlockColRepeatParamParser: 繰り返し範囲に数式を含むと例外が発生する問題を修正 (#58)

v2.0

24 Dec 10:44
Compare
Choose a tag to compare
  • POI 4.1.1対応
  • ライセンス変更 (Apache License, Version 2.0)

v1.11:POI3.16対応

14 Jul 22:29
Compare
Choose a tag to compare

POI3.16対応
テスト用リソースファイルの移動
pom.xmlの修正

v1.10:不具合対応

28 Jan 12:42
Compare
Choose a tag to compare

不具合対応

v1.9:不具合対応

04 Apr 23:58
Compare
Choose a tag to compare

#24 印刷設定のコピー対応
#12 TagParserの処理順序を保証する

v1.8: POI3.13対応

17 Jan 06:43
Compare
Choose a tag to compare

POI3.13対応
BREAKタグ追加
不具合修正

v1.7: maven対応

25 Jul 08:03
Compare
Choose a tag to compare
ソースコードの文字コードをSJIS→UTF-8に変更
テストケースReportsUtilTestの不要なインポートを削除
PDF出力処理をexcella-pdfexporterに分離