MCPcopy
hub / github.com/exceljs/exceljs / eachRow

Method eachRow

index.d.ts:1261–1261  ·  view source on GitHub ↗

* Iterate over all rows that have values in a worksheet

(callback: (row: Row, rowNumber: number) => void)

Source from the content-addressed store, hash-verified

1259 * Iterate over all rows that have values in a worksheet
1260 */
1261 eachRow(callback: (row: Row, rowNumber: number) => void): void;
1262
1263 /**
1264 * Iterate over all rows (including empty rows) in a worksheet

Callers 7

eachCellMethod · 0.65
writeMethod · 0.65
testBigBookIn.jsFile · 0.65
testBookFont.jsFile · 0.65
worksheet.spec.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected