Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 342 Bytes

excel.getSheetNames.md

File metadata and controls

18 lines (12 loc) · 342 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