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.
Parameters
Section titled “Parameters”Uint8Array
The .xlsx (OPC ZIP) bytes.
options?
Section titled “options?”ProjectSheetOptions = {}
Projection knobs (the W9 reference date).
Returns
Section titled “Returns”The flow document plus an (empty) loss list.