[フレーム]
 []
 
MESCIUS Logo MESCIUS Logo
Document Solutions for Excel, Java Edition Logo
DEMOS DOCS API PRICING
FREE TRIAL
(Showing Draft Content)

CsvParseResult

Class CsvParseResult

java.lang.Object
com.grapecity.documents.excel.CsvParseResult

public class CsvParseResult extends Object
Represents the parsed result(value and number format).
  • Constructor Details

    • CsvParseResult

      public CsvParseResult(Object value, String numberFormat)
      Create a CsvParseResult object.
  • Method Details

    • getValue

      public Object getValue()
      Gets the parsed value.
    • setValue

      public void setValue(Object value)
      Sets the custom value. The value should be double, string, bool or CalcError, other data will be discarded.
    • getNumberFormat

      public String getNumberFormat()
      Gets the parsed number format.
    • setNumberFormat

      public void setNumberFormat(String numberFormat)
      Sets the parsed number format.

AltStyle によって変換されたページ (->オリジナル) /