Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 346 Bytes

excel.getSheetNames.md

File metadata and controls

19 lines (12 loc) · 346 Bytes

Excel.getSheetNames

The getSheetNames function is established to get the Array of sheet names.

Sample

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

API

CallingReturning
Excel . getSheetNames ( )Array