poi/src/testcases
2016-06-12 22:33:24 +00:00
..
org/apache/poi remove public convenience methods that let the user avoid creating a CellAddress object. Having the user provide a CellAddress increases the chance the user-provided object will be reused if possible. This also moves the validation of the CellAddress object outside of this BorderPropertyTemplate class (easier to debug), improves readability, and runs slightly faster since the CellAddress is needed anyways as a key. 2016-06-12 22:33:24 +00:00