public class ExcelDefaultValues extends AbstractAnalyseTable
Constructor and Description |
---|
ExcelDefaultValues() |
Modifier and Type | Method and Description |
---|---|
protected void |
analyseRow(int num,
org.apache.poi.ss.usermodel.Row row)
Analyse a content row.
|
protected void |
headerCell(int num,
String text) |
DefaultValues |
loadDefaultValues(URI location)
Load default values configuration from an Excel file.
|
analyse, analyseHeader, extractText
public DefaultValues loadDefaultValues(URI location) throws Exception
location
- the file locationException
- if an error occurs loading the configurationprotected void headerCell(int num, String text)
headerCell
in class AbstractAnalyseTable
num
- zero based column indextext
- the headerprotected void analyseRow(int num, org.apache.poi.ss.usermodel.Row row)
AbstractAnalyseTable
analyseRow
in class AbstractAnalyseTable
num
- the row number (starting from one as the header row is handled
separately)row
- the table rowBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a