getFieldInfo
getFieldInfo(
workbook):ExcelFieldRow[]
Defined in: schemaGenerateExcelParser.ts:102
Reads the fields worksheet into one row object per field, keyed by the header row’s column
names.
Parameters
Section titled “Parameters”workbook
Section titled “workbook”Workbook
The Excel workbook.
Returns
Section titled “Returns”The parsed field rows, or [] if there’s no fields worksheet.