Skip to content
Sheetwrite

Sheetwrite / Documentation

validateSheetName@sheetwrite/core

Validate and canonicalize a SpreadsheetML worksheet name.

Validate and canonicalize a SpreadsheetML worksheet name.

Declaration

function validateSheetName(
name: string,
existingNames?: readonly string[],
): SheetNameValidationResult