Skip to content

Commit 9d972a9

Browse files
committed
Merge branch 'master' into async-iterators
2 parents a85ceea + a81830b commit 9d972a9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,14 @@ npm install exceljs
7474
Merged <a href="https://github.com/exceljs/exceljs/pull/1215">docs: add links to top with jump2header #1215</a>.
7575
Many thanks to <a href="https://github.com/strdr4605">Dragoș Străinu</a> for this contribution.
7676
</li>
77+
<li>
78+
Merged <a href="https://github.com/exceljs/exceljs/pull/1310">Fix cell.text return an empty object when cell is empty #1310</a>.
79+
Many thanks to <a href="https://github.com/Alanscut">Alan Wang</a> for this contribution.
80+
</li>
81+
<li>
82+
Merged <a href="https://github.com/exceljs/exceljs/pull/1303">Use rest args instead of slicing arguments #1303</a>.
83+
Many thanks to <a href="https://github.com/alubbe">Andreas Lubbe</a> for this contribution.
84+
</li>
7785
</ul>
7886

7987

@@ -2346,7 +2354,6 @@ await workbook.commit();
23462354
// ... the stream has been written
23472355
```
23482356

2349-
<<<<<<< HEAD
23502357
##### Streaming XLSX Reader
23512358

23522359
The streaming XLSX workbook reader is available in the ExcelJS.stream.xlsx namespace.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "exceljs",
3-
"version": "3.9.0",
3+
"version": "3.10.0",
44
"description": "Excel Workbook Manager - Read and Write xlsx and csv Files.",
55
"private": false,
66
"license": "MIT",

0 commit comments

Comments
 (0)