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