Skip to content

API / interfaces / sheetprops

Interface: SheetProps

Properties of a single sheet within the workbook

Properties

name

optional

name: string

Sheet tab name

Hidden

optional

Hidden: 0 | 1 | 2

Visibility: 0 = visible, 1 = hidden, 2 = very hidden (only accessible via VBA)

CodeName

optional

CodeName: string

VBA codename for the sheet module

Source

src/types.ts


← Sheet2JSONOpts | WBProps →