Class CsvParseContext
public class CsvParseContext
extends Object
代表当前单元格的CSV解析上下文。
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CsvParseContext
public CsvParseContext(int row,
int column,
String text)
创建一个CsvParseContext对象。
-
Method Details
-
getRow
public int getRow()
获取当前单元格的行索引。
-
getColumn
public int getColumn()
获取当前单元格的列索引。
-