ExcelJS: how to get active Sheet phptuts September 25, 2021 How to get active Sheet Get position of active Sheet: var active =workbook.Workbook.WBView[0]? workbook.Workbook.WBView[0].activeTab : 0 Get Sheet name of active Sheet: var activeSheetName =… Continue Reading