Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 279 Bytes

excel.getSheetNames.md

File metadata and controls

16 lines (11 loc) · 279 Bytes

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