MCPcopy
hub / github.com/exceljs/exceljs / addRow

Method addRow

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

* 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)

Source from the content-addressed store, hash-verified

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

Callers 15

readMethod · 0.65
test-issue-581.jsFile · 0.65
testProcess.jsFile · 0.65
addRowFunction · 0.65
executeFunction · 0.65
testPerformance.jsFile · 0.65
test-issue-530.jsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected