Skip to content
Sheetwrite

Sheetwrite / Documentation

WorkbookTableNameIssueCode@sheetwrite/core

Stable reason code returned when a workbook table name is rejected.

Stable reason code returned when a workbook table name is rejected.

Declaration

export type WorkbookTableNameIssueCode =
| "empty"
| "too-long"
| "invalid-characters"
| "cell-reference"
| "duplicate";