Skip to content

Commit 3044178

Browse files
Merge pull request #12 from zurmokeeper/bugfix/cell_style_and_datavalidation_bug
update readme and package.json
2 parents 888dcc8 + 63333f4 commit 3044178

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Reverse engineered from Excel spreadsheet files as a project.
1616
npm install @zurmokeeper/exceljs
1717
```
1818

19+
# V4.4.3 New Features!
20+
21+
Change Log:
22+
23+
* 1: BugFix: [Dropdown Excel js there is limitation of accepting 255 characters and beyond that throws error](https://github.com/zurmokeeper/excelize/issues/10).
24+
* 2: BugFix: cell.style.fill problems, Thank you <a href="https://github.com/styunan">styunan</a>, Merged <a href="https://github.com/exceljs/exceljs/pull/1573"> PR1573</a>.
25+
1926
# V4.4.2 New Features!
2027

2128
Change Log:

README_zh.md

+7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414
npm install @zurmokeeper/exceljs
1515
```
1616

17+
# V4.4.3 新的功能!
18+
19+
变更日志:
20+
21+
* 1: BugFix: [当设置数据有效性校验(dataValidation)时,如果字符串长度大于255,则throw error](https://github.com/zurmokeeper/excelize/issues/10).
22+
* 2: BugFix: 修正给一个单元格设置了style,却影响了其他未设置的单元格, Thank you <a href="https://github.com/styunan">styunan</a>, Merged <a href="https://github.com/exceljs/exceljs/pull/1573"> PR1573</a>.
23+
1724
# V4.4.2 新的功能!
1825

1926
变更日志:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zurmokeeper/exceljs",
3-
"version": "4.4.2",
3+
"version": "4.4.3",
44
"description": "Excel Workbook Manager - Read and Write xlsx and csv Files.",
55
"private": false,
66
"license": "MIT",

0 commit comments

Comments
 (0)