Function: normalizeHeader()
function normalizeHeader(raw): string;
Defined in: workbook.ts:104
" Label::Arabic (ar) " → "label::Arabic (ar)".
Idempotent: readWorkbook() normalises on the way in and toSheets() does it
again for hand-built workbooks, so running it twice must be a no-op.
Parameters
| Parameter | Type |
|---|---|
raw | string |
Returns
string