* Add a couple of Rows by key-value, after the last current row, using the column keys, * or add a row by contiguous Array (assign to columns A, B & C)
(data: any[] | any, style?: string)
| 1222 | * or add a row by contiguous Array (assign to columns A, B & C) |
| 1223 | */ |
| 1224 | addRow(data: any[] | any, style?: string): Row; |
| 1225 | |
| 1226 | /** |
| 1227 | * Add multiple rows by providing an array of arrays or key-value pairs |
no outgoing calls
no test coverage detected