Class CellFreeExcelTableReader

java.lang.Object
jp.ecuacion.util.poi.excel.table.ExcelTable<org.apache.poi.ss.usermodel.Cell>
jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader<org.apache.poi.ss.usermodel.Cell>
jp.ecuacion.util.poi.excel.table.reader.concrete.CellFreeExcelTableReader
All Implemented Interfaces:
IfDataTypeCellExcelTable, IfExcelTable<org.apache.poi.ss.usermodel.Cell>, IfFormatFreeExcelTable<org.apache.poi.ss.usermodel.Cell>, IfDataTypeCellExcelTableReader, IfExcelTableReader<org.apache.poi.ss.usermodel.Cell>, IfFormatFreeExcelTableReader<org.apache.poi.ss.usermodel.Cell>

public class CellFreeExcelTableReader extends ExcelTableReader<org.apache.poi.ss.usermodel.Cell> implements IfFormatFreeExcelTableReader<org.apache.poi.ss.usermodel.Cell>, IfDataTypeCellExcelTableReader
Reads tables with unknown number of columns, unknown whether it have a header line, unknown header labels if it has a header line.

It obtains cell values as Cell object.

The header line is not necessary. This class reads the table at the designated position and designated lines and columns.
Finish reading if all the columns are empty in one line.

  • Constructor Details