CsvQuoting Enum

Controls how CSV writers quote individual fields.

Namespace: Radzen.Documents.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public enum CsvQuoting

Fields

Name Description
Minimal Quote a field only when it contains the separator, the quote character, or a line break. This is RFC 4180 behavior and what Excel emits.
Always Always wrap every field in the quote character, regardless of contents.
Never Never quote fields. The caller is responsible for ensuring values do not contain the separator or line breaks; otherwise the output is not parseable as CSV.
In This Article
An error has occurred. This app may no longer respond until reloaded. Reload 🗙