Interface: XlsformRow
Defined in: workbook.ts:45
Properties
cells
readonly cells: Readonly<Record<string, string>>;
Defined in: workbook.ts:48
row
readonly row: number;
Defined in: workbook.ts:47
1-based Excel row; the header occupies row 1 of a canonical sheet.