@sheetkit/node / JsRenderOptions
Interface: JsRenderOptions
Defined in: binding.d.ts:899
Options for rendering a worksheet to SVG.
Properties
defaultFontFamily?
optionaldefaultFontFamily:string
Defined in: binding.d.ts:911
Default font family for cell text. Defaults to "Arial".
defaultFontSize?
optionaldefaultFontSize:number
Defined in: binding.d.ts:913
Default font size in points. Defaults to 11.0.
range?
optionalrange:string
Defined in: binding.d.ts:903
Optional cell range to render (e.g. "A1:F20"). None renders the used range.
scale?
optionalscale:number
Defined in: binding.d.ts:909
Scale factor for the output (1.0 = 100%). Defaults to 1.0.
sheetName
sheetName:
string
Defined in: binding.d.ts:901
Name of the sheet to render.
showGridlines?
optionalshowGridlines:boolean
Defined in: binding.d.ts:905
Whether to draw gridlines between cells. Defaults to true.
showHeaders?
optionalshowHeaders:boolean
Defined in: binding.d.ts:907
Whether to draw row and column headers. Defaults to true.