Skip to content

Commit

Permalink
v0.5.21
Browse files Browse the repository at this point in the history
  • Loading branch information
wangguanquan committed Dec 24, 2024
1 parent db74b66 commit cb1cd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Version 0.5.21 (2024-12-24)
- 模板导出支持File和Buffer图片类型
- 修复CSVSheet默认分割符设置为0x0的过失问题
- 修复导出批注数量超过57344时抛异常的BUG(#404)
- Converter方法增强,入参由String改为Row和Cell方便扩展(#405)

Version 0.5.20 (2024-11-13)
-------------
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ Version 0.5.21 (2024-12-24)
- 模板导出支持FileBuffer图片类型
- 修复CSVSheet默认分割符设置为0x0的过失问题
- 修复导出批注数量超过57344时抛异常的BUG(#404)
- Converter方法增强,入参由String改为RowCell方便扩展

Version 0.5.20 (2024-11-13)
-------------
Expand Down

0 comments on commit cb1cd1a

Please sign in to comment.