aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-395/+0
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-121-1/+15
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-221-34/+32
* bug 61730: remove CellRangeAddressBase which is eager. The lazy iterator is s...Javen O'Neal2017-11-071-20/+1
* bug 61730: add javadocJaven O'Neal2017-11-071-0/+4
* bug 61730: add iterator interface to CellRangeAddressBase for iterating over ...Javen O'Neal2017-11-071-4/+95
* Remove unnecessary local variablesDominik Stadler2017-09-161-5/+4
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-171-3/+3
* #61085 support table stylesGreg Woolsey2017-05-201-0/+42
* Add evaluation of data validation rules and conditional formattingGreg Woolsey2017-02-131-0/+29
* bug 56454: add CellRangeAddress#containsRow and containsColumnJaven O'Neal2016-06-201-2/+24
* bug 56958: replace java.awt.Rectangle#intersects with native implementation t...Javen O'Neal2016-06-191-32/+5
* fix normal priority FindBugs warning: DMI_INVOKING_HASHCODE_ON_ARRAYJaven O'Neal2015-11-241-2/+5
* add javadoc info for intersectsJaven O'Neal2015-10-311-2/+2
* bug 58443: prevent corrupted workbooks by checking for overlapping merged reg...Javen O'Neal2015-10-311-0/+40
* bug 58441: define equals method for CellRangeAddressBaseJaven O'Neal2015-10-231-0/+32
* Update FtrHeader and CFHeader clone/createNick Burch2015-07-121-2/+0
* Update Javadoc somewhatDominik Stadler2014-02-151-1/+9
* Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ...Dominik Stadler2013-08-121-1/+2
* Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-211-2/+4
* Removed unused imports under src/java and src/testcases. Other minor fixes.Josh Micich2009-12-091-1/+0
* minor changes - initial work on bugzilla 48292 (support for array formulas)Josh Micich2009-11-271-42/+48
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-29/+40
* fixed non-standard ASF license headersYegor Kozlov2009-02-241-5/+6
* added getNumberOfCells CellRangeAddressBase etcJosh Micich2008-11-191-0/+6
* Fixed problem with linking shared formulas when ranges overlapJosh Micich2008-11-071-3/+4
* javadocs cleanupYegor Kozlov2008-11-071-4/+4
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-08-301-0/+134