Skip to content

@sheetkit/node / FromJsonOptions

Interface: FromJsonOptions

Defined in: index.ts:170

Properties

optional header: boolean | string[]

Defined in: index.ts:172

Write column headers as the first row (true), or provide custom headers.


startCell?

optional startCell: string

Defined in: index.ts:174

Top-left cell to start writing. Default: "A1"

Released under the MIT / Apache-2.0 License.