Skip to content

readXlsx

readXlsx(xlsx, options?): ReadResult<FlowDoc>

Defined in: src/excel/xlsx-reader.ts:100

Read a .xlsx and project it to a FlowDoc in one step: readXlsxToSheetDoc then projectSheetDoc. The xlsx reader records no read-time losses.

Uint8Array

The .xlsx (OPC ZIP) bytes.

ProjectSheetOptions = {}

Projection knobs (the W9 reference date).

ReadResult<FlowDoc>

The flow document plus an (empty) loss list.