类 CsvParseContext

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

public class CsvParseContext extends Object
Represents the CSV parse context of the current cell.
  • 构造器详细资料

    • CsvParseContext

      public CsvParseContext(int row, int column, String text)
      Create a CsvParseContext object.
  • 方法详细资料

    • 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

      public String getText()
      Gets the origin text of the current cell before parsed.