Skip to content

xlsxReader

const xlsxReader: DocumentReader<SheetDoc>

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

The OOXML .xlsx DocumentReader: sniffs the OPC ZIP for xl/workbook.xml and reads it into a SheetDoc. The reader’s native tree is the SheetDoc; the facade/Ream project it to a FlowDoc for rendering (E-SHEET SB1).