forked from sheetjs/sheetjs
Add name to SheetProps
[ci skip]
This commit is contained in:
parent
cb2d83506e
commit
9ec9f4feb4
3
types/index.d.ts
vendored
3
types/index.d.ts
vendored
@ -261,6 +261,9 @@ export interface WorkBook {
|
||||
}
|
||||
|
||||
export interface SheetProps {
|
||||
/** Name of Sheet */
|
||||
name: string;
|
||||
|
||||
/** Sheet Visibility (0=Visible 1=Hidden 2=VeryHidden) */
|
||||
Hidden?: 0 | 1 | 2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user