Skip to main content

Function: xlsformColumnOrder()

function xlsformColumnOrder(rows): string[];

Defined in: export.ts:1082

Header order: canonical columns first, then first-seen order, rasd::* last.

It takes the widened XlsformWorkbook row shape rather than the internal Row, because it only ever reads keys and callers (including hosts writing their own serialiser) hold the public type.

Parameters

ParameterType
rowsreadonly Record<string, unknown>[]

Returns

string[]