Uses of Class
org.javlo.component.files.Cell
-
Packages that use Cell Package Description org.javlo.component.files org.javlo.helper -
-
Uses of Cell in org.javlo.component.files
Methods in org.javlo.component.files that return Cell Modifier and Type Method Description protected Cell[][]ArrayFileComponent. getArray(ContentContext ctx)Cell[][]Cell. getArray()protected static Cell[][]ArrayFileComponent. getStaticXLSXArray(ContentContext ctx, File xslxFile)protected Cell[][]ArrayFileComponent. getXLSArray(ContentContext ctx, File xslxFile)protected Cell[][]ArrayFileComponent. getXLSXArray(ContentContext ctx, File xslxFile)protected static Cell[][]ArrayFileComponent. TESTgetXLSArray(File xslxFile)Methods in org.javlo.component.files with parameters of type Cell Modifier and Type Method Description protected static voidArrayFileComponent. calcMax(Cell[][] array)Constructors in org.javlo.component.files with parameters of type Cell Constructor Description ArrayMap(Cell[][] inData)Cell(String value, Cell[][] arrays, int x, int y) -
Uses of Cell in org.javlo.helper
Methods in org.javlo.helper that return Cell Modifier and Type Method Description static Cell[][]ArrayHelper. getXLSXArray(ContentContext ctx, org.apache.poi.xssf.usermodel.XSSFWorkbook workbook, int sheetNumber)Methods in org.javlo.helper with parameters of type Cell Modifier and Type Method Description protected static voidArrayHelper. calcMax(Cell[][] array)static List<String>ArrayHelper. getTitles(Cell[][] cells)
-