Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ValueQuoteType Enumeration
In This Topic
    ValueQuoteType Enumeration
    In This Topic
    Gets or sets how to quote values in the exported text file.
    Members
    MemberDescription
    AlwaysAll values will be quoted always.
    MinimumOnly quote values when needed. Such as, if one value contains quotation mark but the quotation mark is not at the begin of this value, this value will not be quoted.
    NeverAll values will not be quoted. The exported text file with this type may not be read back correctly because the needed quotation marks being absent.
    NormalAll values that contain special characters such as quotation mark, separator character will be quoted. Same with the behavior of ms excel for exporting text file.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.ValueQuoteType

    See Also