Skip to content
Sheetwrite

Sheetwrite / Documentation

SheetNameIssueCode@sheetwrite/core

Stable reason codes returned by worksheet-name validation.

Stable reason codes returned by worksheet-name validation.

Declaration

export type SheetNameIssueCode =
| "blank"
| "too-long"
| "forbidden-character"
| "edge-apostrophe"
| "duplicate";