CsvExportOptions Class

Options for CsvExportOptions).

Inheritance

Object

Documents.Spreadsheet.CsvExportOptions

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public sealed class CsvExportOptions

Constructors

CsvExportOptionslink

Options for CsvExportOptions).

Declaration
public CsvExportOptions()

Properties

Encodinglink

Output encoding. Defaults to UTF-8 with BOM, matching Excel's "Save As CSV".

Declaration
public Text.Encoding Encoding { get; set; }
Property Value
Type Description
Text.EncodingOutput encoding. Defaults to UTF-8 with BOM, matching Excel's "Save As CSV".

LineEndinglink

Line ending. Defaults to \r\n.

Declaration
public string LineEnding { get; set; }
Property Value
Type Description
stringLine ending. Defaults to \r\n.

QuoteCharlink

The character used to quote fields. Defaults to ".

Declaration
public char QuoteChar { get; set; }
Property Value
Type Description
charThe character used to quote fields. Defaults to ".

Quotinglink

Quoting strategy. Defaults to Minimal.

Declaration
public Documents.Spreadsheet.CsvQuoting Quoting { get; set; }
Property Value
Type Description
Documents.Spreadsheet.CsvQuotingQuoting strategy. Defaults to Minimal.

Separatorlink

The field separator. Defaults to ,.

Declaration
public char Separator { get; set; }
Property Value
Type Description
charThe field separator. Defaults to ,.

Sheetlink

The sheet to export. When null, the first sheet of the workbook is exported.

Declaration
public Documents.Spreadsheet.Worksheet Sheet { get; set; }
Property Value
Type Description
Documents.Spreadsheet.WorksheetThe sheet to export. When null, the first sheet of the workbook is exported.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙