efw4.X

Excel.getSheetNames

The getSheetNames function is used to retrieve an array of sheet names.

Sample

var excel = new Excel("test.xlsx");
var ary = excel.getSheetNames();

API

Calling Returning
excel. getSheetNames ( ) Array