@sheetwrite/coretype
Stable reason code returned when a workbook table name is rejected.
Declaration
export type WorkbookTableNameIssueCode = | "empty" | "too-long" | "invalid-characters" | "cell-reference" | "duplicate";Sheetwrite / Documentation
@sheetwrite/coreStable reason code returned when a workbook table name is rejected.
export type WorkbookTableNameIssueCode = | "empty" | "too-long" | "invalid-characters" | "cell-reference" | "duplicate";