ExportCell
Options for configuring Excel export behavior.
Props
The following table outlines the props for the ExportCell:
| Name | Type | Default | Description |
|---|---|---|---|
| colSpan | number | - | Number of columns the cell should span. |
| hyperlink | - | Optional hyperlink configuration for the cell. | |
| index | number | - | Zero-based column index of the cell. |
| rowSpan | number | - | Number of rows the cell should span. |
| style | CellStyle | - | Optional styling for the cell. |
| value | string | Date | number | boolean | - | The value to display in the cell. |