Searched refs:defaultSheetIndex (Results 1 – 1 of 1) sorted by relevance
46 const defaultSheetIndex = allSheets.findIndex( constant50 if (defaultSheetIndex === -1) {55 const firstSheet = allSheets.splice(defaultSheetIndex, 1);197 const defaultSheetIndex = sheets.findIndex(it => it.id === defaultSheet.id); constant201 if (defaultSheetIndex !== -1) {202 exportedDefaultSheet = sheets.splice(defaultSheetIndex, 1)[0];