fastexcel/CHANGELOG.md
tison 0a9720a9d1
chore: upgrade maven wrapper and need not check in the jar (#247)
* chore: upgrade maven wrapper and need not check in the jar

Signed-off-by: tison <wander4096@gmail.com>

* other meta infos

Signed-off-by: tison <wander4096@gmail.com>

---------

Signed-off-by: tison <wander4096@gmail.com>
2025-03-02 22:32:03 +08:00

650 B
Raw Permalink Blame History

CHANGELOG

1.1.0

此次升级主要修复 EasyExcel 历史 BUG同时剔除了部分依赖库符合 MIT 协议的相关规范。

具体更新内容如下:

  • 【改进】移除 itext 依赖库,将 转换PDF 功能迁移至新项目;
  • 【修复】fill填充空数据可能导致行数据错乱的问题
  • 【修复】自定义数据格式可能导致数据读取失败的问题;
  • 【优化】例行升级依赖的Jar包版本;
  • 【优化】增加报错内容详细信息;
  • 【优化】更新代码格式和部分错别字;
  • 【优化】更新部分文档和使用说明。