Skip to content

V4.4.7

Latest
Compare
Choose a tag to compare
@zurmokeeper zurmokeeper released this 20 Oct 03:17
aa16b15

Change Log:

New Feature

  • 1: Add missing tooltip attribute to CellHyperlinkValue index.d.ts. Thank you @NiklasPor, Merged PR2350
  • 2: Add support for dashed BorderStyle. Thank you @gltjk , Merged PR2309

BugFix

  • 1: Fix xlsx parser can not compatible with rich text tags that are not closed. Thank you @WingMrL , Merged PR2001
  • 2: Repair all 'c2fo.io' links ('c2fo.github.io'). Thank you @justintunev7, Merged PR2324

新的功能

  • 1: 添加 CellHyperlinkValue.tooltip 的声明类型
  • 2: 添加 BorderStyle dashed

BugFix

  • 1: 读取xlsx时某些富文本类型报错问题
  • 2: 替换过时的 fast-csv 文档地址