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 Cell
Returns a cell with an average formulastatic Cell
Returns a cell with an average formulastatic Cell
Returns a cell with a ceil formulastatic Cell
Returns 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 Cell
Returns a cell with a floor formulastatic Cell
Returns 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 Cell
Returns a cell with a max formulastatic Cell
Returns a cell with a max formulastatic Cell
Returns a cell with a median formulastatic Cell
Returns a cell with a median formulastatic Cell
Returns a cell with a min formulastatic Cell
Returns a cell with a min formulastatic Cell
Returns a cell with a round formulastatic Cell
Returns a cell with a round formulastatic Cell
Returns a cell with a sum formulastatic Cell
Returns a cell with a sum formulastatic Cell
Function to generate a Vlookup as Excel functionstatic Cell
BasicFormulas.VLookup
(Worksheet queryTarget, Address address, Worksheet rangeTarget, Range range, int columnIndex, boolean exactMatch) Function to generate a Vlookup as Excel functionstatic Cell
Function to generate a Vlookup as Excel functionstatic Cell
BasicFormulas.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