File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,14 @@ npm install exceljs
74
74
Merged <a href="https://github.com/exceljs/exceljs/pull/1215">docs: add links to top with jump2header #1215</a>.
75
75
Many thanks to <a href="https://github.com/strdr4605">Dragoș Străinu</a> for this contribution.
76
76
</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 >
77
85
</ul >
78
86
79
87
@@ -2346,7 +2354,6 @@ await workbook.commit();
2346
2354
// ... the stream has been written
2347
2355
```
2348
2356
2349
- <<<<<<< HEAD
2350
2357
##### Streaming XLSX Reader
2351
2358
2352
2359
The streaming XLSX workbook reader is available in the ExcelJS.stream.xlsx namespace.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " exceljs" ,
3
- "version" : " 3.9 .0" ,
3
+ "version" : " 3.10 .0" ,
4
4
"description" : " Excel Workbook Manager - Read and Write xlsx and csv Files." ,
5
5
"private" : false ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments