Package com.grapecity.documents.excel
Class CsvParseResult
java.lang.Object
com.grapecity.documents.excel.CsvParseResult
Represents the parsed result(value and number format).
-
Constructor Summary
ConstructorsConstructorDescriptionCsvParseResult(Object value, String numberFormat) Create a CsvParseResult object. -
Method Summary
Modifier and TypeMethodDescriptionGets the parsed number format.getValue()Gets the parsed value.voidsetNumberFormat(String numberFormat) Sets the parsed number format.voidSets the custom value.
-
Constructor Details
-
CsvParseResult
Create a CsvParseResult object.
-
-
Method Details
-
getValue
Gets the parsed value. -
setValue
Sets the custom value. The value should be double, string, bool or CalcError, other data will be discarded. -
getNumberFormat
Gets the parsed number format. -
setNumberFormat
Sets the parsed number format.
-