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