Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 348 Bytes

excel.hideSheet.md

File metadata and controls

20 lines (14 loc) · 348 Bytes

Excel.hideSheet

The hideSheet function is used to hide a sheet.

Sample

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

API

Calling Returning
excel. hideSheet ( sheetName ) Excel
Parameters Type Description
sheetName String The sheet name.