Uses of Class
ch.rabanti.nanoxlsx4j.Range
Packages that use Range
- 
Uses of Range in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return RangeModifier and TypeMethodDescriptionWorksheet.getAutoFilterRange()Gets the range of the auto filter.Worksheet.getSelectedCells()Deprecated.This method is a deprecated subset of the function SelectedCellRanges.static RangeCell.resolveCellRange(String range) Resolves a cell range from the format like A1:B3 or AAD556:AAD1000Methods in ch.rabanti.nanoxlsx4j that return types with arguments of type RangeModifier and TypeMethodDescriptionWorksheet.getMergedCells()Gets the merged cells (only references) as map with the cell address as key and the range object as valueWorksheet.getSelectedCellRanges()Gets all ranges of selected cells of this worksheet.Methods in ch.rabanti.nanoxlsx4j with parameters of type RangeModifier and TypeMethodDescriptionvoidWorksheet.addSelectedCells(Range range) Adds a range to the selected cells on this worksheetstatic CellReturns a cell with an average formulastatic CellReturns a cell with an average formulastatic 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 formulaWorksheet.mergeCells(Range cellRange) Merges the defined cell rangestatic CellReturns a cell with a min formulastatic CellReturns a cell with a min formulavoidWorksheet.setSelectedCells(Range range) Deprecated.This method is a deprecated subset of the function AddSelectedCells.voidSets the passed style on the passed cell range.static 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 function - 
Uses of Range in ch.rabanti.nanoxlsx4j.lowLevel
Methods in ch.rabanti.nanoxlsx4j.lowLevel that return RangeModifier and TypeMethodDescriptionWorksheetReader.getAutoFilterRange()gets the auto filter rangeMethods in ch.rabanti.nanoxlsx4j.lowLevel that return types with arguments of type RangeModifier and TypeMethodDescriptionWorksheetReader.getMergedCells()Gets a list of merged cellsWorksheetReader.getSelectedCells()Gets the selected cell ranges (panes are currently not considered)