Click or drag to resize

ExportTableOptions KeepDataFormat Property

Gets or sets whether to preserve data formatting. If true, exported values will retain their display format (e.g., dates, currency). If false, exported values will be based on their raw data type.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool KeepDataFormat { get; set; }

Property Value

Type: Boolean
See Also