Skip to main content

IExportToExcelSchemaConfig

@spartanfx/react v1.2.2


@spartanfx/react / index / IExportToExcelSchemaConfig

Interface: IExportToExcelSchemaConfig

Defines a single field (column) in the export schema for a sheet.

Properties

Required

PropertyTypeDescription
labelstringThe column label to display in the exported Excel file.
valuestringThe field name in the data source (e.g., "Title", "Email").

Options

PropertyTypeDescription
attribute?stringThe attribute to target from a project field