Index

C D E G I J N R S T U V W 
All Classes and Interfaces|All Packages

C

CellFreeExcelTableReader - Class in jp.ecuacion.util.poi.excel.table.reader.concrete
Reads tables with unknown number of columns, unknown whether it have a header line, unknown header labels if it has a header line.
CellFreeExcelTableReader(String, Integer, int, Integer, Integer) - Constructor for class jp.ecuacion.util.poi.excel.table.reader.concrete.CellFreeExcelTableReader
Constructs a new instance.
CellFreeExcelTableWriter - Class in jp.ecuacion.util.poi.excel.table.writer.concrete
Reads tables with unknown number of columns, unknown whether it have a header line, unknown header labels if it has a header line.
CellFreeExcelTableWriter(String, Integer, int) - Constructor for class jp.ecuacion.util.poi.excel.table.writer.concrete.CellFreeExcelTableWriter
Constructs a new instance.
CellOneLineHeaderExcelTableReader - Class in jp.ecuacion.util.poi.excel.table.reader.concrete
Reads tables with known number of columns, known header labels and known start position of the table.
CellOneLineHeaderExcelTableReader(String, String[], Integer, int, Integer) - Constructor for class jp.ecuacion.util.poi.excel.table.reader.concrete.CellOneLineHeaderExcelTableReader
Constructs a new instance. the obtained value from an empty cell is null.
CellOneLineHeaderExcelTableWriter - Class in jp.ecuacion.util.poi.excel.table.writer.concrete
Reads tables with known number of columns, one line header labels if it has a header line.
CellOneLineHeaderExcelTableWriter(String, String[], Integer, int) - Constructor for class jp.ecuacion.util.poi.excel.table.writer.concrete.CellOneLineHeaderExcelTableWriter
Constructs a new instance.

D

dataConsistencyCheck() - Method in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Validates the inter-fields data.

E

EMPTY_STRING - Enum constant in enum class jp.ecuacion.util.poi.excel.enums.NoDataString
means empty string ("").
emptyToNull(String) - Method in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Returns null if the argument value is empty or returns the argument value.
ExcelReadUtil - Class in jp.ecuacion.util.poi.excel.util
Provides excel-related apache POI utility methods.
ExcelReadUtil() - Constructor for class jp.ecuacion.util.poi.excel.util.ExcelReadUtil
Constructs a new instance with NoDataString = NULL.
ExcelReadUtil(NoDataString) - Constructor for class jp.ecuacion.util.poi.excel.util.ExcelReadUtil
Constructs a new instance with designated NoDataString.
ExcelTable<T> - Class in jp.ecuacion.util.poi.excel.table
Stores properties in an excel table.
ExcelTable(String, Integer, int) - Constructor for class jp.ecuacion.util.poi.excel.table.ExcelTable
Constructs a new instance with the sheet name, the position and the size of the excel table.
ExcelTableReader<T> - Class in jp.ecuacion.util.poi.excel.table.reader
Is a parent of excel table reader classes.
ExcelTableReader(String, Integer, int, Integer, Integer) - Constructor for class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
Constructs a new instance with the sheet name, the position and the size of the excel table.
excelTableToBeanList(String) - Method in class jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableToBeanReader
Obtains excel table in the form of List<PoiStringTableBean>.
ExcelTableWriter<T> - Class in jp.ecuacion.util.poi.excel.table.writer
Is a parent of excel table writer classes.
ExcelTableWriter(String, Integer, int) - Constructor for class jp.ecuacion.util.poi.excel.table.writer.ExcelTableWriter
Constructs a new instance with the sheet name, the position of the excel table.

G

getCellData(Cell) - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfDataTypeCellExcelTableReader
 
getCellData(Cell) - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfDataTypeStringExcelTableReader
 
getCellData(Cell) - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfExcelTableReader
Returns the obtained value from the cell.
getExcelReadUtil() - Method in class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
 
getExcelReadUtil() - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfExcelTableReader
Returns an instance of ExcelReadUtil.
getFarLeftHeaderLabel() - Method in interface jp.ecuacion.util.poi.excel.table.IfExcelTable
Returns the value of the far left header cell to specify the position of the table.
getFarLeftHeaderLabel() - Method in interface jp.ecuacion.util.poi.excel.table.IfFormatFreeExcelTable
 
getFarLeftHeaderLabel() - Method in interface jp.ecuacion.util.poi.excel.table.IfFormatOneLineHeaderExcelTable
 
getFarLeftHeaderLabel() - Method in class jp.ecuacion.util.poi.excel.table.reader.concrete.CellOneLineHeaderExcelTableReader
 
getFieldNameArray() - Method in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Returns String array of field names in the bean.
getHeaderLabels() - Method in interface jp.ecuacion.util.poi.excel.table.IfFormatOneLineHeaderExcelTable
Defines the header labels in the excel table.
getHeaderLabels() - Method in class jp.ecuacion.util.poi.excel.table.reader.concrete.CellOneLineHeaderExcelTableReader
 
getHeaderLabels() - Method in class jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableReader
 
getHeaderLabels() - Method in class jp.ecuacion.util.poi.excel.table.writer.concrete.CellOneLineHeaderExcelTableWriter
 
getHeaderList(String, int) - Method in class jp.ecuacion.util.poi.excel.table.writer.concrete.CellFreeExcelTableWriter
 
getHeaderList(String, int) - Method in class jp.ecuacion.util.poi.excel.table.writer.concrete.CellOneLineHeaderExcelTableWriter
 
getHeaderList(String, int) - Method in class jp.ecuacion.util.poi.excel.table.writer.ExcelTableWriter
Obtains header list.
getNoDataString() - Method in class jp.ecuacion.util.poi.excel.table.reader.concrete.StringFreeExcelTableReader
 
getNoDataString() - Method in class jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableReader
 
getNoDataString() - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfDataTypeStringExcelTableReader
Gets NoDataString.
getNoDataStringIfNoData(String) - Method in class jp.ecuacion.util.poi.excel.util.ExcelReadUtil
Returns proper NoDataString value if the argument value is null or "", otherwize returns the argument value.
getPoiBasisDeterminedTableStartColumnNumber() - Method in class jp.ecuacion.util.poi.excel.table.ExcelTable
Returns tableStartColumnNumber.
getPoiBasisDeterminedTableStartRowNumber(Sheet) - Method in class jp.ecuacion.util.poi.excel.table.ExcelTable
Returns the row number at which the table starts.
getSheetName() - Method in class jp.ecuacion.util.poi.excel.table.ExcelTable
 
getSheetName() - Method in interface jp.ecuacion.util.poi.excel.table.IfExcelTable
Returns the excel sheet name the TableReader and the TableWriter access.
getStringFromCell(Cell) - Method in class jp.ecuacion.util.poi.excel.util.ExcelReadUtil
Returns String format cell value in spite of the format or value kind of the cell.
getStringValue(String) - Method in interface jp.ecuacion.util.poi.excel.table.IfDataTypeStringExcelTable
 
getStringValue(Cell) - Method in interface jp.ecuacion.util.poi.excel.table.IfDataTypeCellExcelTable
 
getStringValue(Cell) - Method in class jp.ecuacion.util.poi.excel.table.writer.concrete.CellFreeExcelTableWriter
 
getStringValue(T) - Method in interface jp.ecuacion.util.poi.excel.table.IfExcelTable
Is used to get the header label string from the argument cell data.
getTableColumnSize(Sheet, int, int) - Method in class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
Returns tableColumnSize, may be null.
getTableRowSize() - Method in class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
Returns tableRowSize, may be null.

I

IfDataTypeCellExcelTable - Interface in jp.ecuacion.util.poi.excel.table
Provides the excel table interface with object type obtained from the excel data is Cell.
IfDataTypeCellExcelTableReader - Interface in jp.ecuacion.util.poi.excel.table.reader
Provides the excel table reader interface with object type obtained from the excel data is Cell.
IfDataTypeCellExcelTableWriter - Interface in jp.ecuacion.util.poi.excel.table.writer
Provides the excel table writer interface with object type obtained from the excel data is Cell.
IfDataTypeStringExcelTable - Interface in jp.ecuacion.util.poi.excel.table
Provides the excel table interface with object type obtained from the excel data is String.
IfDataTypeStringExcelTableReader - Interface in jp.ecuacion.util.poi.excel.table.reader
Provides the excel table reader interface with object type obtained from the excel data is String.
IfExcelTable<T> - Interface in jp.ecuacion.util.poi.excel.table
Provides the methods the extending interfaces use.
IfExcelTableReader<T> - Interface in jp.ecuacion.util.poi.excel.table.reader
Provides the excel table reader methods.
IfExcelTableWriter<T> - Interface in jp.ecuacion.util.poi.excel.table.writer
Provides the excel table writer methods.
IfFormatFreeExcelTable<T> - Interface in jp.ecuacion.util.poi.excel.table
Is a reader interface which treats free format tables.
IfFormatFreeExcelTableReader<T> - Interface in jp.ecuacion.util.poi.excel.table.reader
Is a reader which treats free format tables.
IfFormatOneLineHeaderExcelTable<T> - Interface in jp.ecuacion.util.poi.excel.table
Is a reader interface which treats one line header format tables.
IfFormatOneLineHeaderExcelTableReader<T> - Interface in jp.ecuacion.util.poi.excel.table.reader
Is a reader which treats one line header format tables.
isCellDataEmpty(String) - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfDataTypeStringExcelTableReader
 
isCellDataEmpty(Cell) - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfDataTypeCellExcelTableReader
 
isCellDataEmpty(T) - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfExcelTableReader
Returns whether the value of the cell is empty.

J

jp.ecuacion.util.poi - module jp.ecuacion.util.poi
Provides excel-related apache POI utility classes.
jp.ecuacion.util.poi.excel.enums - package jp.ecuacion.util.poi.excel.enums
Provides enums.
jp.ecuacion.util.poi.excel.table - package jp.ecuacion.util.poi.excel.table
Provides abstract classes and interfaces which are related to excel table reading and writing.
jp.ecuacion.util.poi.excel.table.bean - package jp.ecuacion.util.poi.excel.table.bean
Stores the data obtained by StringExcelTableToBeanReader.
jp.ecuacion.util.poi.excel.table.reader - package jp.ecuacion.util.poi.excel.table.reader
Provides excel table reader abstract classes and interfaces.
jp.ecuacion.util.poi.excel.table.reader.concrete - package jp.ecuacion.util.poi.excel.table.reader.concrete
Provides excel table reader concrete classes.
jp.ecuacion.util.poi.excel.table.writer - package jp.ecuacion.util.poi.excel.table.writer
Provides excel table writer abstract classes and interfaces.
jp.ecuacion.util.poi.excel.table.writer.concrete - package jp.ecuacion.util.poi.excel.table.writer.concrete
Provides excel table writer concrete classes.
jp.ecuacion.util.poi.excel.util - package jp.ecuacion.util.poi.excel.util
Provides excel-related poi utility methods used by ecuacion-util-poi classes.

N

NoDataString - Enum Class in jp.ecuacion.util.poi.excel.enums
Has the selections which java gets when the value of a cell in an excel file is empty.
NULL - Enum constant in enum class jp.ecuacion.util.poi.excel.enums.NoDataString
means null.
nullToEmpty(String) - Method in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Returns empty if the argument value is null or returns the argument value.

R

read(String) - Method in class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
Reads a table data in an excel file at excelPath and Return it in the form of List<List<String>>.
readToBean(String) - Method in class jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableToBeanReader
Obtains excel table in the form of List<PoiStringTableBean> and validate obtained values..

S

setTableColumnSize(int) - Method in class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
sets tableColumnSize.
sheetName - Variable in class jp.ecuacion.util.poi.excel.table.ExcelTable
Is the sheet name of the excel file.
StringExcelTableBean - Class in jp.ecuacion.util.poi.excel.table.bean
Stores values obtained from excel tables with StringFixedTableToBeanReader.
StringExcelTableBean(List<String>) - Constructor for class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Constructs a new instance with the list of strings which consists of data of a line from the excel table.
StringFreeExcelTableReader - Class in jp.ecuacion.util.poi.excel.table.reader.concrete
Reads tables with unknown number of columns, unknown whether it have a header line, unknown header labels if it has a header line.
StringFreeExcelTableReader(String, Integer, int, Integer, Integer) - Constructor for class jp.ecuacion.util.poi.excel.table.reader.concrete.StringFreeExcelTableReader
Constructs a new instance.
StringFreeExcelTableReader(String, Integer, int, Integer, Integer, NoDataString) - Constructor for class jp.ecuacion.util.poi.excel.table.reader.concrete.StringFreeExcelTableReader
Constructs a new instance.
StringOneLineHeaderExcelTableReader - Class in jp.ecuacion.util.poi.excel.table.reader.concrete
Reads tables with known number of columns, known header labels and known start position of the table.
StringOneLineHeaderExcelTableReader(String, String[], Integer, int, Integer) - Constructor for class jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableReader
Constructs a new instance. the obtained value from an empty cell is null.
StringOneLineHeaderExcelTableReader(String, String[], Integer, int, Integer, NoDataString) - Constructor for class jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableReader
Constructs a new instance with the obtained value from an empty cell.
StringOneLineHeaderExcelTableToBeanReader<T> - Class in jp.ecuacion.util.poi.excel.table.reader.concrete
Stores the excel table data into a bean.
StringOneLineHeaderExcelTableToBeanReader(String, String[], Integer, int, Integer) - Constructor for class jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableToBeanReader
Constructs a new instance. the obtained value from an empty cell is null.
StringOneLineHeaderExcelTableToBeanReader(String, String[], Integer, int, Integer, NoDataString) - Constructor for class jp.ecuacion.util.poi.excel.table.reader.concrete.StringOneLineHeaderExcelTableToBeanReader
Constructs a new instance with the obtained value from an empty cell.

T

tableColumnSize - Variable in class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
Is the column size of the table.
tableRowSize - Variable in class jp.ecuacion.util.poi.excel.table.reader.ExcelTableReader
Is the row size of the table.
tableStartColumnNumber - Variable in class jp.ecuacion.util.poi.excel.table.ExcelTable
Is the column number from which the table starts.
tableStartRowNumber - Variable in class jp.ecuacion.util.poi.excel.table.ExcelTable
Is the row number from which the table starts.
toBigDecimal(String) - Method in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Returns BigDecimal datatype of the argument string.
toBigInteger(String) - Method in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Returns BigInteger datatype of the argument string.
toDouble(String) - Method in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Returns Double datatype of the argument string.
toFloat(String) - Method in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Returns Float datatype of the argument string.
toInteger(String) - Method in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Returns Integer datatype of the argument string.
toLong(String) - Method in class jp.ecuacion.util.poi.excel.table.bean.StringExcelTableBean
Returns Long datatype of the argument string.

U

updateAndGetHeaderList(List<List<T>>) - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfExcelTableReader
Updates excel data to treat it easily, like remove its header line, and returns the header list.
updateAndGetHeaderList(List<List<T>>) - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfFormatFreeExcelTableReader
 
updateAndGetHeaderList(List<List<T>>) - Method in interface jp.ecuacion.util.poi.excel.table.reader.IfFormatOneLineHeaderExcelTableReader
 

V

validateHeader(List<List<String>>) - Method in interface jp.ecuacion.util.poi.excel.table.IfExcelTable
Validates the excel table header.
validateHeader(List<List<String>>) - Method in interface jp.ecuacion.util.poi.excel.table.IfFormatFreeExcelTable
 
validateHeader(List<List<String>>) - Method in interface jp.ecuacion.util.poi.excel.table.IfFormatOneLineHeaderExcelTable
 
valueOf(String) - Static method in enum class jp.ecuacion.util.poi.excel.enums.NoDataString
Returns the enum constant of this class with the specified name.
values() - Static method in enum class jp.ecuacion.util.poi.excel.enums.NoDataString
Returns an array containing the constants of this enum class, in the order they are declared.

W

write(String, String, List<List<T>>) - Method in class jp.ecuacion.util.poi.excel.table.writer.ExcelTableWriter
Writes table data to the designated excel file.
writeToCell(Cell, Cell) - Method in interface jp.ecuacion.util.poi.excel.table.writer.IfDataTypeCellExcelTableWriter
Writes a value to the cell.
writeToCell(T, Cell) - Method in interface jp.ecuacion.util.poi.excel.table.writer.IfExcelTableWriter
writes cell data to the cell.
C D E G I J N R S T U V W 
All Classes and Interfaces|All Packages