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