Skip to content

Commit 62a010a

Browse files
update index.d.ts
1 parent 5b885cf commit 62a010a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,6 +1451,12 @@ export interface XlsxWriteOptions extends stream.xlsx.WorkbookWriterOptions {
14511451
* The option passed to JsZip#generateAsync(options)
14521452
*/
14531453
zip: Partial<JSZipGeneratorOptions>;
1454+
1455+
/**
1456+
* @desc Password for decryption
1457+
* optional
1458+
*/
1459+
password: string;
14541460
}
14551461

14561462
export interface XlsxReadOptions {

0 commit comments

Comments
 (0)