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
| Parameter | Type |
|---|---|
rows | readonly Record<string, unknown>[] |
Returns
string[]