pjfanning commented on code in PR #958:
URL: https://github.com/apache/poi/pull/958#discussion_r2578121062
##########
poi/src/main/java/org/apache/poi/ss/util/CellRangeAddress.java:
##########
@@ -133,4 +133,17 @@ public static CellRangeAddress valueOf(String ref) {
}
return new CellRangeAddress(a.getRow(), b.getRow(), a.getCol(),
b.getCol());
}
+
+ /**
+ * Shifts cell range by specified number of rows and columns.
+ *
+ * @param rows rows to shift by.
+ * @param columns columns to shift by.
+ * @return copy of this {@link CellRangeAddress}, shifted by rows and
columns.
Review Comment:
`@since 6.0.0`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]