getSheets

gets the names of all sheets shown in the viewer

array getSheets();
arrayan array of sheet names

Example

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

Back to top