Online Documentation for Advanced Data Export for RAD Studio VCL
TXLSOptions.DataFormat
property DataFormat: TxlsFormat;
Description
The DataFormat property defines the style of the cells containing the exported data. This style will be used in all data columns as default. If you want to change these settings then you can define property FieldFormats or write code in the OnGetDataParams event handler to tune the data cells in runtime.
See also: