ExcelDataSource.StreamDocumentFormat Property
Gets or sets the format of the document contained in the ExcelDataSource.Stream.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
[Browsable(false)]
public ExcelDocumentFormat StreamDocumentFormat { get; set; }
#Property Value
Type | Description |
---|---|
Excel |
A Excel |
Available values:
Name | Description |
---|---|
Xls | The XLS format. |
Xlsx | The XLSX format. |
Xlsm | The XLSM format. |
Csv | The CSV format. |