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

Latest commit

 

History

History
21 lines (16 loc) · 514 Bytes

excel.setActiveSheet.md

File metadata and controls

21 lines (16 loc) · 514 Bytes

Excel.setActiveSheet

The setActiveSheet function is established a sheet to be active.

Sample

	var excel = new Excel("test.xlsx");
	excel.createSheet("newSheet").setActiveSheet("newSheet");

API

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