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

Latest commit

 

History

History
22 lines (16 loc) · 464 Bytes

excel.showSheet.md

File metadata and controls

22 lines (16 loc) · 464 Bytes

Excel.showSheet

The showSheet function is established to show a sheet.

Sample

	var excel = new Excel("test.xlsx");
	excel.showSheet("mySheet");

API

CallingReturning
Excel . showSheet ( sheetName )Excel
ParametersTypeDescription
sheetNameStringThe sheet name.