Skip to content

@sheetkit/node / JsSheetViewOptions

Interface: JsSheetViewOptions

Defined in: binding.d.ts:923

Sheet view options for controlling how a sheet is displayed.

Properties

showFormulas?

optional showFormulas: boolean

Defined in: binding.d.ts:927

Whether formulas are shown instead of their results. Defaults to false.


showGridlines?

optional showGridlines: boolean

Defined in: binding.d.ts:925

Whether gridlines are shown. Defaults to true.


showRowColHeaders?

optional showRowColHeaders: boolean

Defined in: binding.d.ts:929

Whether row and column headers are shown. Defaults to true.


topLeftCell?

optional topLeftCell: string

Defined in: binding.d.ts:935

Top-left cell visible in the view (e.g. "A1").


viewMode?

optional viewMode: string

Defined in: binding.d.ts:933

View mode: "normal", "pageBreak", or "pageLayout".


zoomScale?

optional zoomScale: number

Defined in: binding.d.ts:931

Zoom scale as a percentage (10-400). Defaults to 100.

Released under the MIT / Apache-2.0 License.