Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ICsvParser Interface / Parse Method
The parsed result. If return null, will use the builtin parser to parse the text.
The parsed context of the current cell.
In This Topic
    Parse Method
    In This Topic
    Parse text to an object, you could get the parsed result by built-in parser or overwrite it.
    Syntax

    Parameters

    csvParseResult
    The parsed result. If return null, will use the builtin parser to parse the text.
    context
    The parsed context of the current cell.
    See Also