Documents for Excel, Java Edition Documentation
com.grapecity.documents.excel Package / CsvSaveOptions Class

In This Topic
    CsvSaveOptions Class Methods
    In This Topic

    For a list of all members of this type, see CsvSaveOptions members.

    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 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 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