Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / CsvOpenOptions Class
Methods

In This Topic
    CsvOpenOptions Class Members
    In This Topic

    The following tables list the members exposed by CsvOpenOptions.

    Public Constructors
     NameDescription
    Public ConstructorConstructor.  
    Top
    Public Methods
     NameDescription
    Public MethodGets cell separator.  
    Public MethodGets column separator.  
    Public MethodGets a value that indicates whether the string in text file is converted to date data, default is true.  
    Public MethodGets a value that indicates whether the string in text file is converted to numeric data, default is true.  
    Public MethodGets the default encoding, default is utf-8.  
    Public MethodGet the file format setting. (Inherited from com.grapecity.documents.excel.OpenOptionsBase)
    Public MethodIndicates whether the text is formula if it starts with "=", default is true.  
    Public MethodGets the custom parser.  
    Public MethodIndicates whether to apply style for parsed values when converting string value to number or datetime, default is true.  
    Public MethodGets row separator.  
    Public MethodGets column separator.  
    Public MethodSets a char value as cell separator.  
    Public MethodSets a string value as column separator.  
    Public MethodSets a value that indicates whether the string in text file is converted to date data.  
    Public MethodSets a value that indicates whether the string in text file is converted to numeric data.  
    Public MethodSets the default encoding, default is utf-8.  
    Public MethodIndicates whether the text is formula if it starts with "=", default is true.  
    Public MethodSets the custom parser.  
    Public MethodIndicates whether to apply style for parsed values when converting string value to number or datetime, default is true.  
    Public MethodSets a string value as row separator.  
    Public MethodSets a string value as column separator.  
    Top
    See Also