We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a905bea commit bd460b6Copy full SHA for bd460b6
README.md
@@ -25,12 +25,13 @@ Change Log:
25
26
Code snippets:
27
28
- // new api: worksheet.makeColumns()
+ // new api: worksheet.makeColumns(headers)
29
</li>
30
<li>
31
Add file encryption function.
32
33
34
+
35
await workbook.xlsx.writeFile(filename, {password: '123456'});
36
37
</ul>
README_zh.md
@@ -23,12 +23,13 @@ npm install @zurmokeeper/exceljs
23
24
新增导出加密Excel文件功能.
0 commit comments