public static class DemoExcel.ReadCounts extends ReadExcelRecord
It exercises some functions not covered elsewhere and is thus part of the regression test.
ReadExcelRecord.Note| Modifier and Type | Field and Description |
|---|---|
int |
nMtg1 |
int |
nMtg2 |
java.lang.String |
sMon |
oCM, oRow| Constructor and Description |
|---|
ReadCounts() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canAccept()
This function can be changed to be selective as to what rows are included in the Row set.
|
java.lang.String[] |
getColMap()
The ColMap string definition is returned.
|
public java.lang.String[] getColMap()
ReadExcelRecordThe ColMap is an array of strings. Each string describes a group of cells that are mapped into the fields of the extended ReadExcelRecord instance.
The format of each string is
n1=field1;n2=field2;....;nn=fieldn
where
"1=fldA;2=fldB;4=fldC/5=fldA;6=fldB;8=fldC/13=fldA;14=fldB;16=fldC".split("/");
getColMap in class ReadExcelRecordpublic boolean canAccept()
throws java.lang.Exception
ReadExcelRecordcanAccept in class ReadExcelRecordjava.lang.Exception