Skip to content

@sheetkit/node / FromJsonOptions

Interface: FromJsonOptions

Defined in: index.ts:139

Properties

optional header: boolean | string[]

Defined in: index.ts:141

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


startCell?

optional startCell: string

Defined in: index.ts:143

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

Released under the MIT / Apache-2.0 License.