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 Address
Range.EndAddress
End address of the rangefinal Address
Range.StartAddress
Start 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 Address
Cell.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 TypeMethodDescriptionvoid
Worksheet.addCellRange
(List<Object> values, Address startAddress, Address endAddress) Adds a list of object values to a defined cell range.void
Adds a list of object values to a defined cell range.void
Worksheet.addSelectedCells
(Address startAddress, Address endAddress) Adds a range to the selected cells on this worksheetstatic Cell
Returns a cell with a ceil formulastatic Cell
Returns a cell with a ceil formulaint
Compares two addresses and returns whether the passed one is bigger or not.static Cell
Returns a cell with a floor formulastatic Cell
Returns 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 rangeboolean
Gets whether the specified address exists in the worksheet.Worksheet.mergeCells
(Address startAddress, Address endAddress) Merges the defined cell rangestatic Cell
Returns a cell with a round formulastatic Cell
Returns a cell with a round formulavoid
Cell.setCellAddress2
(Address address) Sets the combined cell address as classvoid
Worksheet.setHorizontalSplit
(float topPaneHeight, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal split of the worksheet into two panes.void
Worksheet.setHorizontalSplit
(int numberOfRowsFromTop, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal split of the worksheet into two panes.void
Worksheet.setSelectedCells
(Address startAddress, Address endAddress) Deprecated.This method is a deprecated subset of the function AddSelectedCells.void
Worksheet.setSplit
(Float leftPaneWidth, Float topPaneHeight, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal and vertical split of the worksheet into four panes.void
Worksheet.setSplit
(Integer numberOfColumnsFromLeft, Integer numberOfRowsFromTop, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the horizontal and vertical split of the worksheet into four panes.void
Sets the passed style on the passed cell range, derived from a start and end address.void
Sets the passed style on the passed (singular) cell address.void
Worksheet.setVerticalSplit
(float leftPaneWidth, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the vertical split of the worksheet into two panes.void
Worksheet.setVerticalSplit
(int numberOfColumnsFromLeft, boolean freeze, Address topLeftCell, Worksheet.WorksheetPane activePane) Sets the vertical split of the worksheet into two panes.static 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 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