Method Summary |
|
public Iterator | columns() Return all the XlSeedDataColumn. |
public void | debugPrint() Print out the data in a csv like format. |
public Cell | getCell(int dataCol, int dataRow) Return the cell. |
public int | getColumnCount() Return the number of data columns in this sheet. |
public String | getContent(int dataCol, int dataRow) Return the content for a cell. |
public XlSeedDataColumn | getDataColumn(int index) Return the DataColumn. |
public int | getRowCount() Return the number of data rows in this sheet. |
public String | getTableName() Return the database table name for this sheet. |
public boolean | isEmpty() Return true if the sheet is empty and should be ignored. |
public String | toString() |