Uses of Class
io.github.mbenincasa.javaexcelutils.model.excel.ExcelRow
Packages that use ExcelRow
- 
Uses of ExcelRow in io.github.mbenincasa.javaexcelutils.model.excelMethods in io.github.mbenincasa.javaexcelutils.model.excel that return ExcelRowModifier and TypeMethodDescriptionCreate a new Row in the SheetExcelSheet.getOrCreateRow(Integer index) Retrieve or create a row by indexExcelCell.getRow()Returns the Row to which it belongsRetrieve a row by indexstatic ExcelRowExcelRow.of(org.apache.poi.ss.usermodel.Row row) Get to an ExcelRow instance from Apache POI RowMethods in io.github.mbenincasa.javaexcelutils.model.excel that return types with arguments of type ExcelRow