@sheetkit/node / FromJsonOptions
Interface: FromJsonOptions
Defined in: index.ts:139
Properties
header?
optionalheader:boolean|string[]
Defined in: index.ts:141
Write column headers as the first row (true), or provide custom headers.
startCell?
optionalstartCell:string
Defined in: index.ts:143
Top-left cell to start writing. Default: "A1"