Skip to main content
Version: 1.0.5

IExportToExcelSchemaConfig

@spartanfx/react v1.0.5


@spartanfx/react / IExportToExcelSchemaConfig

Interface: IExportToExcelSchemaConfig

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

Properties

PropertyTypeDescription
attribute?stringThe attribute to target from a project field
labelstringThe column label to display in the exported Excel file.
valuestringThe field name in the data source (e.g., "Title", "Email").