Uses of Class
me.saro.commons.excel.ExcelCell
-
Packages that use ExcelCell Package Description me.saro.commons.excel -
-
Uses of ExcelCell in me.saro.commons.excel
Methods in me.saro.commons.excel that return ExcelCell Modifier and Type Method Description ExcelCellBasicExcel. getCell(int rowIndex, int cellIndex)ExcelCellExcel. getCell(int rowIndex, int cellIndex)default ExcelCellExcel. getCell(java.lang.String columnName)ExcelCellExcelRow. getCell()ExcelCellExcelRow. getCell(int cellIndex)ExcelCellExcelCell. getNextCell()ExcelCellExcelCell. getNextRowCell()ExcelCellExcelCell. set(java.lang.Object val)Method parameters in me.saro.commons.excel with type arguments of type ExcelCell Modifier and Type Method Description default <R> java.util.List<R>Excel. readPivotTable(java.lang.String startColumnName, int columnCount, int limitRowCount, ThrowableFunction<java.util.List<ExcelCell>,R> map)default <R> java.util.List<R>Excel. readPivotTable(java.lang.String startColumnName, int columnCount, ThrowableFunction<java.util.List<ExcelCell>,R> map)default <R> java.util.List<R>Excel. readTable(java.lang.String startColumnName, int columnCount, int limitRowCount, ThrowableFunction<java.util.List<ExcelCell>,R> map)default <R> java.util.List<R>Excel. readTable(java.lang.String startColumnName, int columnCount, ThrowableFunction<java.util.List<ExcelCell>,R> map)
-