Skip to content

@sheetkit/node / ReadMode

Type Alias: ReadMode

ReadMode = "lazy" | "stream" | "eager"

Defined in: index.ts:118

Read mode controls how much of the .xlsx file is parsed during open.

Released under the MIT / Apache-2.0 License.