MCPcopy
hub / github.com/exceljs/exceljs / addTable

Method addTable

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

* Add a new table and return a reference to it

(tableProperties: TableProperties)

Source from the content-addressed store, hash-verified

1359 * Add a new table and return a reference to it
1360 */
1361 addTable(tableProperties: TableProperties): Table;
1362 /**
1363 * fetch table by name or id
1364 */

Callers 3

test-table.jsFile · 0.65
test-chart.jsFile · 0.65
addTableFunction · 0.65

Calls

no outgoing calls

Tested by 1

addTableFunction · 0.52