Skip to content

OdsPlugin

Defined in: table/plugins/ods/plugin.ts:12

new OdsPlugin(): OdsPlugin

OdsPlugin

loadTable(resource, options?): Promise<undefined | LazyDataFrame<any>>

Defined in: table/plugins/ods/plugin.ts:13

Resource

LoadTableOptions

Promise<undefined | LazyDataFrame<any>>

TablePlugin.loadTable


saveTable(table, options): Promise<undefined | string>

Defined in: table/plugins/ods/plugin.ts:20

Table

SaveTableOptions

Promise<undefined | string>

TablePlugin.saveTable