Skip to content
TREB Docs

TREBGlobal

TREBGlobal class

API class for creating spreadsheets. this is intended as a singleton, we will export an instance of the class.

Properties

versionbuild version

Methods

CreateSpreadsheetcreate a spreadsheet instance

version

build version

Declaration
public version: string;
public version: string;
Type
string
string

CreateSpreadsheet

create a spreadsheet instance

Signature
public CreateSpreadsheet(options: EmbeddedSpreadsheetOptions): EmbeddedSpreadsheet;
public CreateSpreadsheet(options: EmbeddedSpreadsheetOptions): EmbeddedSpreadsheet;
Returns
Parameters
options