addSheet

adds a new sheet into a SpreadSheet

void addSheet(object content);

Parameters

contentobjectan object with the sheet content

Example

// get content of an active sheet
var content = $$("ssheet").serialize();
 
// copy to a new sheet
$$("ssheet").addSheet(content);

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix ui library and page of web based spreadsheet product.