DelimitedTextSaveOptions
Leave feedback
On this page
Contains options for generating and saving text-based Spreadsheet documents (CSV, Tab-based etc.), that use a separator (delimiter)
public sealed class DelimitedTextSaveOptions : ISaveOptions
| Name | Description |
|---|---|
| DelimitedTextSaveOptions() | This parameterless constructor creates a new instance of DelimitedTextSaveOptions with a semicolon (;) default separator (can be modified then through Separator property) |
| DelimitedTextSaveOptions(string) | Creates an instance of options class for delimited text with mandatory separator (delimiter) |
| Name | Description |
|---|---|
| Encoding { get; set; } | Allows to set an encoding for the text-based Spreadsheet document. By default (and if not specified) is UTF8. |
| KeepSeparatorsForBlankRow { get; set; } | Indicates whether separators should be output for blank row. Default value is false which means the content for blank row will be empty. |
| Separator { get; set; } | Allows to specify a string separator (delimiter) for text-based Spreadsheet documents |
| TrimLeadingBlankRowAndColumn { get; set; } | Indicates whether leading blank rows and columns should be trimmed like what MS Excel does |
https://en.wikipedia.org/wiki/Delimiter-separated_values
- interface ISaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.