Skip to content

Defined in: errors/index.ts:33

Thrown when a referenced sheet (tab) cannot be found in the spreadsheet.

Extends

Constructors

Constructor

new SheetNotFoundError(sheetName): SheetNotFoundError

Defined in: errors/index.ts:34

Parameters

sheetName

string

Returns

SheetNotFoundError

Overrides

SheetsError.constructor

Released under the MIT License.