Skip to content

TableManager

Manages the tables in a workbook.

new TableManager(tables?: Table[]): TableManager;
ParameterTypeDefault value
tablesTable[][]

TableManager

get(name: string): Table | null;

Get a table by name.

ParameterType
namestring

Table | null


getAll(): Table[];

Get a list of all tables.

Table[]