* Iterate over all rows that have values in a worksheet
(callback: (row: Row, rowNumber: number) => void)
| 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 |
no outgoing calls
no test coverage detected