public static final class CellsToHtmlOptions.TextLoadOptions extends Object
Subclass for loading text-based Cells documents (CSV, Tab-based etc.)
Constructor and Description |
---|
CellsToHtmlOptions.TextLoadOptions()
Empty constructor - you also need to specify a separator too
|
CellsToHtmlOptions.TextLoadOptions(String separator)
Initializes TextLoadOptions with specified separator
|
Modifier and Type | Method and Description |
---|---|
boolean |
getConvertDateTimeData()
Gets or sets a value that indicates whether the string in text-based document is converted to the date data.
|
boolean |
getConvertNumericData()
Gets or sets a value that indicates whether the string in text-based document is converted to numeric data.
|
String |
getSeparator()
Allows to specify a string separator for text-based Cells documents
|
void |
setConvertDateTimeData(boolean value)
Gets or sets a value that indicates whether the string in text-based document is converted to the date data.
|
void |
setConvertNumericData(boolean value)
Gets or sets a value that indicates whether the string in text-based document is converted to numeric data.
|
void |
setSeparator(String value)
Allows to specify a string separator for text-based Cells documents
|
public CellsToHtmlOptions.TextLoadOptions()
Empty constructor - you also need to specify a separator too
public CellsToHtmlOptions.TextLoadOptions(String separator)
Initializes TextLoadOptions with specified separator
separator
- public boolean getConvertDateTimeData()
Gets or sets a value that indicates whether the string in text-based document is converted to the date data. Default is false.
public boolean getConvertNumericData()
Gets or sets a value that indicates whether the string in text-based document is converted to numeric data. Default is false.
public String getSeparator()
Allows to specify a string separator for text-based Cells documents
public void setConvertDateTimeData(boolean value)
Gets or sets a value that indicates whether the string in text-based document is converted to the date data. Default is false.
public void setConvertNumericData(boolean value)
Gets or sets a value that indicates whether the string in text-based document is converted to numeric data. Default is false.
public void setSeparator(String value)
Allows to specify a string separator for text-based Cells documents
Copyright © 2018. All rights reserved.