IronsheetIronsheet
API Reference@ironsheet/coreFunctions

streamRowsXml

Function: streamRowsXml()

function streamRowsXml(rows, options): AsyncGenerator<string>;

Defined in: packages/core/src/worksheet.ts:605

Parameters

rows

| Iterable<CellInput[], any, any> | AsyncIterable<CellInput[], any, any>

options

startColumn?

number

startRow

number

Returns

AsyncGenerator<string>

On this page