SheetStream extension Core
Memory-bounded reading of a worksheet, one row at a time.
- on
Methods
-
streamRows(
String sheetName) → Iterable< List< CellValue?> > -
Available on Excel, provided by the SheetStream extension
ReadssheetNamerow by row without building the sheet's cell grid. -
streamRowsAsMaps(
String sheetName, {int headerRow = 0}) → Iterable< Map< String, dynamic> > -
Available on Excel, provided by the SheetStream extension
ReadssheetNamerow by row as maps keyed by a header row.