TableManager
Manages the tables in a workbook.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new TableManager(tables?: Table[]): TableManager;Parameters
Section titled “Parameters”| Parameter | Type | Default value |
|---|---|---|
tables | Table[] | [] |
Returns
Section titled “Returns”TableManager
Methods
Section titled “Methods”get(name: string): Table | null;Get a table by name.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
name | string |
Returns
Section titled “Returns”Table | null
getAll()
Section titled “getAll()”getAll(): Table[];Get a list of all tables.
Returns
Section titled “Returns”Table[]