public abstract static class AbstractXlsxSolutionFileIO.AbstractXlsxReader<Solution_> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentColumnNumber |
protected org.apache.poi.xssf.usermodel.XSSFRow |
currentRow |
protected Iterator<org.apache.poi.ss.usermodel.Row> |
currentRowIterator |
protected int |
currentRowNumber |
protected org.apache.poi.xssf.usermodel.XSSFSheet |
currentSheet |
protected Solution_ |
solution |
protected org.apache.poi.xssf.usermodel.XSSFWorkbook |
workbook |
| Constructor and Description |
|---|
AbstractXlsxReader(org.apache.poi.xssf.usermodel.XSSFWorkbook workbook) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
currentPosition() |
protected boolean |
currentRowIsEmpty() |
protected org.apache.poi.xssf.usermodel.XSSFColor |
extractColor(org.apache.poi.xssf.usermodel.XSSFCell cell,
org.apache.poi.xssf.usermodel.XSSFColor... acceptableColors) |
protected boolean |
hasSheet(String sheetName) |
protected org.apache.poi.xssf.usermodel.XSSFCell |
nextBooleanCell() |
protected org.apache.poi.xssf.usermodel.XSSFCell |
nextCell() |
protected org.apache.poi.xssf.usermodel.XSSFCell |
nextNumericCell() |
protected org.apache.poi.xssf.usermodel.XSSFCell |
nextNumericCellOrBlank() |
protected boolean |
nextRow() |
protected boolean |
nextRow(boolean skipEmptyRows) |
protected void |
nextSheet(String sheetName) |
protected org.apache.poi.xssf.usermodel.XSSFCell |
nextStringCell() |
abstract Solution_ |
read() |
protected void |
readHeaderCell(double value) |
protected void |
readHeaderCell(String value) |
protected void |
readIntConstraintLine(String name,
Consumer<Integer> consumer,
String constraintdescription) |
protected void |
readLongConstraintLine(String name,
Consumer<Long> consumer,
String constraintdescription) |
protected final org.apache.poi.xssf.usermodel.XSSFWorkbook workbook
protected Solution_ solution
protected org.apache.poi.xssf.usermodel.XSSFSheet currentSheet
protected Iterator<org.apache.poi.ss.usermodel.Row> currentRowIterator
protected org.apache.poi.xssf.usermodel.XSSFRow currentRow
protected int currentRowNumber
protected int currentColumnNumber
public AbstractXlsxReader(org.apache.poi.xssf.usermodel.XSSFWorkbook workbook)
public abstract Solution_ read()
protected void readIntConstraintLine(String name, Consumer<Integer> consumer, String constraintdescription)
protected void readLongConstraintLine(String name, Consumer<Long> consumer, String constraintdescription)
protected String currentPosition()
protected boolean hasSheet(String sheetName)
protected void nextSheet(String sheetName)
protected boolean nextRow()
protected boolean nextRow(boolean skipEmptyRows)
protected boolean currentRowIsEmpty()
protected void readHeaderCell(String value)
protected void readHeaderCell(double value)
protected org.apache.poi.xssf.usermodel.XSSFCell nextStringCell()
protected org.apache.poi.xssf.usermodel.XSSFCell nextNumericCell()
protected org.apache.poi.xssf.usermodel.XSSFCell nextNumericCellOrBlank()
protected org.apache.poi.xssf.usermodel.XSSFCell nextBooleanCell()
protected org.apache.poi.xssf.usermodel.XSSFCell nextCell()
protected org.apache.poi.xssf.usermodel.XSSFColor extractColor(org.apache.poi.xssf.usermodel.XSSFCell cell,
org.apache.poi.xssf.usermodel.XSSFColor... acceptableColors)
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.