@sheetkit/node / JsSheetViewOptions
Interface: JsSheetViewOptions
Defined in: binding.d.ts:923
Sheet view options for controlling how a sheet is displayed.
Properties
showFormulas?
optionalshowFormulas:boolean
Defined in: binding.d.ts:927
Whether formulas are shown instead of their results. Defaults to false.
showGridlines?
optionalshowGridlines:boolean
Defined in: binding.d.ts:925
Whether gridlines are shown. Defaults to true.
showRowColHeaders?
optionalshowRowColHeaders:boolean
Defined in: binding.d.ts:929
Whether row and column headers are shown. Defaults to true.
topLeftCell?
optionaltopLeftCell:string
Defined in: binding.d.ts:935
Top-left cell visible in the view (e.g. "A1").
viewMode?
optionalviewMode:string
Defined in: binding.d.ts:933
View mode: "normal", "pageBreak", or "pageLayout".
zoomScale?
optionalzoomScale:number
Defined in: binding.d.ts:931
Zoom scale as a percentage (10-400). Defaults to 100.