Skip to content
Sheetwrite

Sheetwrite / Documentation

validateWorkbookTableName@sheetwrite/core

Validate and NFC-normalize an ECMA-compatible structured-reference name.

Validate and NFC-normalize an ECMA-compatible structured-reference name.

Declaration

function validateWorkbookTableName(
input: string,
existingNames?: readonly string[],
maxLength?: number,
): WorkbookTableNameValidationResult