Package com.grapecity.documents.excel
Class CsvParseContext
java.lang.Object
com.grapecity.documents.excel.CsvParseContext
Represents the CSV parse context of the current cell.
-
Constructor Summary
ConstructorsConstructorDescriptionCsvParseContext(int row, int column, String text) Create a CsvParseContext object. -
Method Summary
-
Constructor Details
-
CsvParseContext
Create a CsvParseContext object.
-
-
Method Details
-
getRow
public int getRow()Gets the row index of the current cell. -
getColumn
public int getColumn()Gets the column index of the current cell. -
getText
Gets the origin text of the current cell before parsed.
-