Skip to content

V4.4.5

Compare
Choose a tag to compare
@zurmokeeper zurmokeeper released this 05 Aug 03:43
· 17 commits to master since this release
37272c4

Change Log:

New Feature

  • 1: Add type definition for worksheet.properties.outlineProperties. Thank you @albeniraouf, Merged #20
  • 2: Add type definition for color.indexed. Thank you @zurmokeeper , Merged #20
  • 3: Add cell.removeNote func. Thank you dolbyzerr , Merged PR1746

BugFix

  • 1: Fix multiple print areas error. Thank you @5kahoisaac , Merged #17

新的功能

  • 1: 添加 worksheet.properties.outlineProperties 的声明类型
  • 2: 添加 color.indexed 的声明类型和每个枚举值对应的具体颜色值
  • 3: 添加单元格的移除注释的功能,cell.removeNote 方法

BugFix

  • 1: 修复同时设置多个打印区域失败问题

New Contributor