Uses of Class
ch.rabanti.nanoxlsx4j.Address
Packages that use Address
-
Uses of Address in ch.rabanti.nanoxlsx4j
Fields in ch.rabanti.nanoxlsx4j declared as AddressModifier and TypeFieldDescriptionfinal AddressRange.EndAddressEnd address of the rangefinal AddressRange.StartAddressStart address of the rangeMethods in ch.rabanti.nanoxlsx4j that return AddressModifier and TypeMethodDescriptionCell.getCellAddress2()Gets the combined cell address as classWorksheet.getFirstCellAddress()Gets the first existing cell in the current worksheet (bottom right)Worksheet.getFirstDataCellAddress()Gets the first existing cell with data in the current worksheet (bottom right)Worksheet.getLastCellAddress()Gets the last existing cell in the current worksheet (bottom right)Worksheet.getLastDataCellAddress()Gets the last existing cell in the current worksheet (bottom right)Worksheet.getPaneSplitAddress()Gets the split address for frozen panes or if pane split was defined in number of columns and / or rows.
For vertical splits, only the column component is considered.Worksheet.getPaneSplitTopLeftCell()Gets the Top Left cell address of the bottom right pane if applicable and splitting is applied.
The column is only relevant for vertical split, whereas the row component is only relevant for a horizontal split.
The value is nullable.static AddressCell.resolveCellCoordinate(String address) Gets the column and row number (zero based) of a cell by the addressMethods in ch.rabanti.nanoxlsx4j that return types with arguments of type AddressModifier and TypeMethodDescriptionCell.getCellRange(int startColumn, int startRow, int endColumn, int endRow) Get a list of cell addresses from a cell rangeCell.getCellRange(Address startAddress, Address endAddress) Get a list of cell addresses from a cell rangeCell.getCellRange(String range) Gets a list of cell addresses from a cell range (format A1:B3 or AAD556:AAD1000)Cell.getCellRange(String startAddress, String endAddress) Get a list of cell addresses from a cell rangeRange.resolveEnclosedAddresses()Gets a list of all addresses between the start and end addressMethods in ch.rabanti.nanoxlsx4j with parameters of type AddressModifier and TypeMethodDescriptionvoidWorksheet.addCellRange(List<Object> values, Address startAddress, Address endAddress) Adds a list of object values to a defined cell range.voidAdds a list of object values to a defined cell range.voidWorksheet.addSelectedCells(Address startAddress, Address endAddress) Adds a range to the selected cells on this worksheetstatic CellReturns a cell with a ceil formulastatic CellReturns a cell with a ceil formulaintCompares two addresses and returns whether the passed one is bigger or not.static CellReturns a cell with a floor formulastatic CellReturns a cell with a floor formulaGets the cell of the specified addressCell.getCellRange(Address startAddress, Address endAddress) Get a list of cell addresses from a cell rangebooleanGets whether the specified address exists in the worksheet.Worksheet.mergeCells(Address startAddress, Address endAddress) Merges the defined cell rangestatic CellReturns a cell with a round formulastatic CellReturns a cell with a round formulavoidCell.setCellAddress2(Address address) Sets the combined cell address as classvoidWorksheet.setHorizontalSplit(float topPaneHeight, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal split of the worksheet into two panes.voidWorksheet.setHorizontalSplit(int numberOfRowsFromTop, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal split of the worksheet into two panes.voidWorksheet.setSelectedCells(Address startAddress, Address endAddress) Deprecated.This method is a deprecated subset of the function AddSelectedCells.voidWorksheet.setSplit(Float leftPaneWidth, Float topPaneHeight, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal and vertical split of the worksheet into four panes.voidWorksheet.setSplit(Integer numberOfColumnsFromLeft, Integer numberOfRowsFromTop, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal and vertical split of the worksheet into four panes.voidSets the passed style on the passed cell range, derived from a start and end address.voidSets the passed style on the passed (singular) cell address.voidWorksheet.setVerticalSplit(float leftPaneWidth, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the vertical split of the worksheet into two panes.voidWorksheet.setVerticalSplit(int numberOfColumnsFromLeft, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the vertical split of the worksheet into two panes.static 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 functionConstructors in ch.rabanti.nanoxlsx4j with parameters of type Address -
Uses of Address in ch.rabanti.nanoxlsx4j.lowLevel
Methods in ch.rabanti.nanoxlsx4j.lowLevel that return AddressModifier and TypeMethodDescriptionWorksheetReader.PaneDefinition.getTopLeftCell()Gets the top Left cell address of the bottom right pane