Skip to content

@sheetkit/node / JsOpenOptions

Interface: JsOpenOptions

Defined in: binding.d.ts:708

Options for controlling how a workbook is opened and parsed.

Properties

maxUnzipSize?

optional maxUnzipSize: number

Defined in: binding.d.ts:714

Maximum total decompressed size of all ZIP entries in bytes.


maxZipEntries?

optional maxZipEntries: number

Defined in: binding.d.ts:716

Maximum number of ZIP entries allowed.


sheetRows?

optional sheetRows: number

Defined in: binding.d.ts:710

Maximum number of rows to read per sheet. Omit for unlimited.


sheets?

optional sheets: string[]

Defined in: binding.d.ts:712

Only parse sheets whose names are in this list. Omit to parse all sheets.

Released under the MIT / Apache-2.0 License.