Excel.showSheet The showSheet function is used to show a sheet. Sample var excel = new Excel("test.xlsx"); excel.showSheet("mySheet"); API Calling Returning excel. showSheet ( sheetName ) Excel Parameters Type Description sheetName String The sheet name.