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

Latest commit

 

History

History
23 lines (16 loc) · 475 Bytes

excel.removeSheet.md

File metadata and controls

23 lines (16 loc) · 475 Bytes

Excel.removeSheet

The removeSheet function is established to remove a sheet.

Sample

	var excel = new Excel("test.xlsx");
	excel.removeSheet("Sheet1");

API

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