Uses of Class
io.github.mbenincasa.javaexcelutils.model.excel.ExcelCell
Packages that use ExcelCell
-
Uses of ExcelCell in io.github.mbenincasa.javaexcelutils.model.excel
Methods in io.github.mbenincasa.javaexcelutils.model.excel that return ExcelCellModifier and TypeMethodDescriptionExcelRow.createCell
(Integer index) Create a new Cell in the RowRetrieve a cell by indexExcelRow.getOrCreateCell
(Integer index) Retrieve or create a cell by indexstatic ExcelCell
ExcelCell.of
(org.apache.poi.ss.usermodel.Cell cell) Get to an ExcelCell instance from Apache POI CellMethods in io.github.mbenincasa.javaexcelutils.model.excel that return types with arguments of type ExcelCell