[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICsvParser

ICsvParser Interface

Represents the customized parser.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ICsvParser
Public Interface ICsvParser

Methods

Name Description
Parse(CsvParseResult, CsvParseContext)

Parse text to an object, you could get the parsed result by built-in parser or overwrite it.