getSheetNames 函数用于检索工作表名称的数组。
getSheetNames
var excel = new Excel("test.xlsx"); var ary = excel.getSheetNames();
excel. getSheetNames ( )
Array