aspose.cells

Class TxtValueQuoteType

Utility class containing constants. Specifies the type of using quotation marks for values in text format files.

Field Summary
const  NumberNORMAL
All 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.
const  NumberALWAYS
All values will be quoted always.
const  NumberMINIMUM
Only 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.
const  NumberNEVER
All 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.
 

    • Field Detail

      • NORMAL

        const Number NORMAL
        All 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.
      • ALWAYS

        const Number ALWAYS
        All values will be quoted always.
      • MINIMUM

        const Number MINIMUM
        Only 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.
      • NEVER

        const Number NEVER
        All 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.