Uses of Class
ch.rabanti.nanoxlsx4j.Cell
Packages that use Cell
-
Uses of Cell in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return CellModifier and TypeMethodDescriptionstatic CellReturns a cell with an average formulastatic CellReturns a cell with an average formulastatic CellReturns a cell with a ceil formulastatic CellReturns a cell with a ceil formulaWorksheet.firstCellByValue(Object searchValue) Searches for the first occurrence of the value.Worksheet.firstOrDefaultCell(Predicate<Cell> predicate) Searches for the first occurrence of the expression.static CellReturns a cell with a floor formulastatic CellReturns a cell with a floor formulaWorksheet.getCell(int columnNumber, int rowNumber) Gets the cell of the specified column and row number (zero-based)Gets the cell of the specified addressGets the cell of the specified address as Stringstatic CellReturns a cell with a max formulastatic CellReturns a cell with a max formulastatic CellReturns a cell with a median formulastatic CellReturns a cell with a median formulastatic CellReturns a cell with a min formulastatic CellReturns a cell with a min formulastatic CellReturns a cell with a round formulastatic CellReturns a cell with a round formulastatic CellReturns a cell with a sum formulastatic CellReturns a cell with a sum formulastatic CellFunction to generate a Vlookup as Excel functionstatic CellBasicFormulas.VLookup(Worksheet queryTarget, Address address, Worksheet rangeTarget, Range range, int columnIndex, boolean exactMatch) Function to generate a Vlookup as Excel functionstatic CellFunction to generate a Vlookup as Excel functionstatic CellBasicFormulas.VLookup(Object number, Worksheet rangeTarget, Range range, int columnIndex, boolean exactMatch) Function to generate a Vlookup as Excel functionMethods in ch.rabanti.nanoxlsx4j that return types with arguments of type CellModifier and TypeMethodDescriptionWorksheet.cellsByValue(Object searchValue) Searches for cells that contain the specified value and returns a list of these cells.Cell.convertArray(List<T> list) Converts a List of supported objects into a list of cellsWorksheet.getCells()Gets the cells of the worksheet as map with the cell address as key and the cell object as valueWorksheet.getColumn(int columnNumber) Gets a column as list of cell objectsGets a column as list of cell objectsWorksheet.getRow(int rowNumber) Gets a row as list of cell objectsMethods in ch.rabanti.nanoxlsx4j with parameters of type CellMethod parameters in ch.rabanti.nanoxlsx4j with type arguments of type CellModifier and TypeMethodDescriptionWorksheet.firstOrDefaultCell(Predicate<Cell> predicate) Searches for the first occurrence of the expression. -
Uses of Cell in ch.rabanti.nanoxlsx4j.lowLevel
Methods in ch.rabanti.nanoxlsx4j.lowLevel that return types with arguments of type Cell