Skip to content

Releases: chimmhuang/chimm.excel

v1.4.1

25 Mar 11:29
fb895f4
Compare
Choose a tag to compare

(2021-03-25)

Bug Fixes

  • 修复 list 可能存在取值超出索引报错的问题 (aa92992)

Features

v1.3.0

27 Jan 12:14
cc49971
Compare
Choose a tag to compare

(2021-01-27)

Bug Fixes

Features

  • 新增支持 Sheet 页名称编辑 (73dccc7)

v1.2.0

18 Jan 07:50
4a0e749
Compare
Choose a tag to compare

(2021-01-18)

Features

v1.1.0

16 Dec 15:38
1530c90
Compare
Choose a tag to compare

(2020-12-16)

Bug Fixes

  • 生成的 excel 单元格出现黑色背景 (816650d), closes #I29P3Y

Features

v1.0.1

10 Dec 10:18
6a8c541
Compare
Choose a tag to compare

(2020-12-10)

Bug Fixes

  • 修复 Integer 类型写入表格不正确的问题 (0b14afe), closes #9
  • 修复列过多导致模板出错的问题 (4cb56f8), closes #5

v1.0

16 Oct 14:26
Compare
Choose a tag to compare

1.0 版本,现已推出~基本满足绝大多数业务场景!!!欢迎使用~

功能介绍:

  • 导出excel二进制文件
  • 根据模板中的变量,将值写入
  • 支持公式
    • 支持带变量的公式,如:SUM(A1,A2,${demo.value})
  • 操作表格添加/减少行
    • ⭐️添加行会自动更新公式
  • 合并单元格
  • 更改单元格边框样式(加粗、虚线等)