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 Range
Cell.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 TypeMethodDescriptionvoid
Worksheet.addSelectedCells
(Range range) Adds a range to the selected cells on this worksheetstatic Cell
Returns a cell with an average formulastatic Cell
Returns a cell with an average formulastatic 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 formulaWorksheet.mergeCells
(Range cellRange) Merges the defined cell rangestatic Cell
Returns a cell with a min formulastatic Cell
Returns a cell with a min formulavoid
Worksheet.setSelectedCells
(Range range) Deprecated.This method is a deprecated subset of the function AddSelectedCells.void
Sets the passed style on the passed cell range.static 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 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)