Skip to content

Commit 9ec9f4f

Browse files
srijonsahaSrijon Saha
authored andcommitted
Add name to SheetProps
[ci skip]
1 parent cb2d835 commit 9ec9f4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

types/index.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,9 @@ export interface WorkBook {
261261
}
262262

263263
export interface SheetProps {
264+
/** Name of Sheet */
265+
name: string;
266+
264267
/** Sheet Visibility (0=Visible 1=Hidden 2=VeryHidden) */
265268
Hidden?: 0 | 1 | 2;
266269

0 commit comments

Comments
 (0)