CsvLoadOptions Class |
Namespace: GroupDocs.Conversion.Options.Load
The CsvLoadOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | CsvLoadOptions |
Initializes new instance of CsvLoadOptions class.
|
Name | Description | |
---|---|---|
![]() | CheckExcelRestriction |
Whether check restriction of excel file when user modify cells related objects. For example, excel does not allow inputting string value longer than 32K. When you input a value longer than 32K, if this property is true, you will get an Exception. If this property is false, we will accept your input string value as the cell's value so that later you can output the complete string value for other file formats such as CSV. However, if you have set such kind of value that is invalid for excel file format, you should not save the workbook as excel file format later. Otherwise there may be unexpected error for the generated excel file.
(Inherited from SpreadsheetLoadOptions.) |
![]() | ConvertDateTimeData |
Indicates whether the string in the file is converted to date. Default is True.
|
![]() | ConvertNumericData |
Indicates whether the string in the file is converted to numeric. Default is True.
|
![]() | ConvertRange |
Convert specific range when converting to other than spreadsheet format. Example: "D1:F8".
(Inherited from SpreadsheetLoadOptions.) |
![]() | CultureInfo |
Get or set the system culture info at the time file is loaded
(Inherited from SpreadsheetLoadOptions.) |
![]() | DefaultFont |
Default font for spreadsheet document. The following font will be used if a font is missing.
(Inherited from SpreadsheetLoadOptions.) |
![]() | Encoding |
Encoding. Default is Encoding.Default.
|
![]() | FontSubstitutes |
Substitute specific fonts when converting spreadsheet document.
(Inherited from SpreadsheetLoadOptions.) |
![]() | Format |
Input document file type.
(Inherited from SpreadsheetLoadOptions.) |
![]() | HasFormula |
Indicates whether text is formula if it starts with "=".
|
![]() | HideComments |
Hide comments.
(Inherited from SpreadsheetLoadOptions.) |
![]() | IsMultiEncoded |
True means the file contains several encodings.
|
![]() | OnePagePerSheet |
If OnePagePerSheet is true the content of the sheet will be converted to one page in the PDF document. Default value is true.
(Inherited from SpreadsheetLoadOptions.) |
![]() | OptimizePdfSize |
If True and converting to Pdf the conversion is optimized for better file size than print quality.
(Inherited from SpreadsheetLoadOptions.) |
![]() | Password |
Set password to unprotect protected document.
(Inherited from SpreadsheetLoadOptions.) |
![]() | Separator |
Delimiter of a Csv file.
|
![]() | Sheets |
Sheet name to convert
(Inherited from SpreadsheetLoadOptions.) |
![]() | ShowGridLines |
Show grid lines when converting Excel files.
(Inherited from SpreadsheetLoadOptions.) |
![]() | ShowHiddenSheets |
Show hidden sheets when converting Excel files.
(Inherited from SpreadsheetLoadOptions.) |
![]() | SkipEmptyRowsAndColumns |
Skips empty rows and columns when converting. Default is True.
(Inherited from SpreadsheetLoadOptions.) |
Name | Description | |
---|---|---|
![]() | Clone |
Clones current instance.
(Inherited from SpreadsheetLoadOptions.) |
![]() | Equals(Object) |
Determines whether two object instances are equal.
(Inherited from ValueObject.) |
![]() | Equals(ValueObject) |
Determines whether two object instances are equal.
(Inherited from ValueObject.) |
![]() | GetHashCode |
Serves as the default hash function.
(Inherited from ValueObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |