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

In This Topic
    CsvSaveOptions Class Members
    In This Topic

    The following tables list the members exposed by CsvSaveOptions.

    Public Constructors
     NameDescription
    Public ConstructorConstructor.  
    Top
    Public Methods
     NameDescription
    Public MethodGets cell separator.  
    Public MethodGets column separator.  
    Public MethodGets the default encoding, default is utf-8.  
    Public MethodGet the file format setting. (Inherited from com.grapecity.documents.excel.SaveOptionsBase)
    Public MethodGet the columns that are specified to be quoted.  
    Public MethodGets row separator.  
    Public MethodGets column separator.  
    Public MethodIndicates whether leading blank rows and columns should be trimmed like what ms excel does, defalut is true.  
    Public MethodGets how to quote values in the exported text file.  
    Public MethodSets a string value as cell separator.  
    Public MethodSets a string value as column separator.  
    Public MethodSets the default encoding.  
    Public MethodSpecify some columns to be quoted, while the remaining columns not to be quoted. Column numbers start from 0, and specifying invalid column has no effect.  
    Public MethodSets a string value as row separator.  
    Public MethodSets a string value as column separator.  
    Public MethodIndicates whether leading blank rows and columns should be trimmed like what ms excel does, defalut is true.  
    Public MethodSets how to quote values in the exported text file.  
    Public Method  
    Top
    See Also