getSheets

gets the names of all sheets shown in the viewer

array getSheets();

Returns

arrayan array of sheet names

Example

var sheets = $$("excel").getSheets(); //["Data", "Files"]

Back to top