update with work status (not synchronized with my prev. version here)
This commit is contained in:
@@ -19,6 +19,14 @@ public class GenericTable extends HashTable {
|
||||
convertToGenericTable();
|
||||
}
|
||||
|
||||
public GenericTable(ExcelWorkbook pSrcTable) {
|
||||
super(KEY_COLUMN, ROW_NUMBER_COLUMN, COLUMN_NUMBER_COLUMN, COLUMN_NAME_COLUMN, COLUMN_VALUE_COLUMN);
|
||||
|
||||
this.sourceTable = pSrcTable.getFirstTable();
|
||||
|
||||
convertToGenericTable();
|
||||
}
|
||||
|
||||
private void convertToGenericTable() {
|
||||
AbstractTable srcTable = this.sourceTable;
|
||||
int noRows = srcTable.lenght();
|
||||
|
||||
Reference in New Issue
Block a user