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.hideSheet.md

File metadata and controls

22 lines (16 loc) · 464 Bytes

Excel.hideSheet

The hideSheet function is established to hide a sheet.

Sample

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

API

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