Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 468 Bytes

excel.showSheet.md

File metadata and controls

23 lines (16 loc) · 468 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.