Package ch.rabanti.nanoxlsx4j
Class Range
java.lang.Object
ch.rabanti.nanoxlsx4j.Range
Class representing a cell range (no getters and setters to simplify handling)
- Author:
- Raphael Stoeckli
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EndAddress
End address of the range -
StartAddress
Start address of the range
-
-
Constructor Details
-
Range
Constructor with addresses as arguments. The addresses are automatically swapped if the start address is greater than the end address- Parameters:
start
- Start address of the rangeend
- End address of the range
-
Range
Constructor with a range string as argument. The addresses are automatically swapped if the start address is greater than the end address- Parameters:
range
- Address range (e.g. 'A1:B12')
-
-
Method Details
-
resolveEnclosedAddresses
Gets a list of all addresses between the start and end address- Returns:
- List of Addresses
-
toString
Overwritten toString method -
equals
Overwritten equals method -
hashCode
public int hashCode()Gets the hash code of the range based on its string representation. The cell types (possible $ prefix) are considered
-