Sets how to quote values in the exported text file.
getTrimLeadingBlankRowAndColumn
public finalbooleangetTrimLeadingBlankRowAndColumn()
Gets a boolean value indicating whether leading blank rows and columns should be trimmed like what ms excel does, defalut is true.
setTrimLeadingBlankRowAndColumn
public finalvoidsetTrimLeadingBlankRowAndColumn(boolean value)
Sets a boolean value indicating whether leading blank rows and columns should be trimmed like what ms excel does, defalut is true.
setQuoteColumns
public finalvoidsetQuoteColumns(int[] value)
Specify 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.