vcl-dxspreadsheetformatcsv-5cbb582c.md
Provides access to the CSV format global settings for Load and Save operations in the Spreadsheet Control.
function dxSpreadSheetCSVFormatSettings: TdxSpreadSheetCSVFormatSettings;
| Type | Description |
|---|---|
| TdxSpreadSheetCSVFormatSettings |
Stores CSV format settings for Spreadsheet controls.
|
Call the dxSpreadSheetCSVFormatSettings function to customize the following CSV format settings:
EncodingSpecifies the required CSV format encoding.ExportCSV format export settings.Quote | ValueSeparatorSpecify characters used as quotes and value separators for CSV content.
Refer to the TdxSpreadSheetCSVFormatSettings class description for detailed information on all available options.
TdxCustomSpreadSheet.LoadFromFileLoads a spreadsheet document from the specified file.TdxCustomSpreadSheet.LoadFromStreamImports a spreadsheet document from a stream.TdxCustomSpreadSheet.SaveToFileSaves workbook data and concomitant settings to a file.TdxCustomSpreadSheet.SaveToStreamSaves workbook data and concomitant settings to a stream. See Also