DelimitedTextSaveOptions Class |
Namespace: GroupDocs.Editor.Options
The DelimitedTextSaveOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | DelimitedTextSaveOptions |
Creates an instance of options class for delimited text with mandatory separator (delimiter)
|
Name | Description | |
---|---|---|
![]() | Encoding |
Allows to set an encoding for the text-based Spreadsheet document. By default (and if not specified) is UTF8.
|
![]() | KeepSeparatorsForBlankRow |
Indicates whether separators should be output for blank row. Default value is false which means the content for blank row will be empty.
|
![]() | Separator |
Allows to specify a string separator (delimiter) for text-based Spreadsheet documents
|
![]() | TrimLeadingBlankRowAndColumn |
Indicates whether leading blank rows and columns should be trimmed like what MS Excel does
|