aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/ss/util/CellReference.java
Commit message (Expand)AuthorAgeFilesLines
* javadocJaven O'Neal2017-06-201-1/+1
* github-55: document that CellReference#isRowWithinRange(String rowNum, Spread...Javen O'Neal2017-05-201-1/+18
* bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #i...Javen O'Neal2017-05-201-16/+0
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-161-1/+1
* SonarQube fixesAndreas Beeker2017-01-061-8/+10
* use case-insensitive string startsWith/endsWith utility functionJaven O'Neal2017-01-021-1/+3
* improve unit test coverage on CellReference.Javen O'Neal2016-06-131-16/+18
* bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle...Javen O'Neal2016-06-101-33/+42
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-1/+1
* bug 58637: contribution from Hannes Erven: add CellAddress class, distinct fr...Javen O'Neal2015-11-231-2/+9
* Fix some Forbidden APIs errorsNick Burch2015-09-011-3/+3
* forbidden apis fixesAndreas Beeker2015-08-291-1/+2
* Fix indentsNick Burch2015-08-181-517/+518
* Patch from Javen ONeal from bug #58253 - CellReference upper-case check for #...Nick Burch2015-08-181-19/+38
* Include seen invalid index in thrown ExceptionDominik Stadler2015-01-021-2/+2
* Patch from Shaun Kalley from bug #56023 - On CellReference, implement hashCod...Nick Burch2014-03-091-23/+30
* FindBugs fixAndreas Beeker2014-02-091-0/+6
* Fix regression introduced by r1516969Dominik Stadler2013-08-241-2/+3
* More unit tests for column conversion, and avoid the use of Math.pow based on...Nick Burch2013-08-231-10/+7
* Inspired by github pull-6, use a StringBuilder for quicker string appendingNick Burch2013-08-231-3/+3
* JavaDoc fixes from #54731 from Dominik StadlerNick Burch2013-06-121-0/+2
* Bugzilla 53500 - Getter for repeating rows and columnsYegor Kozlov2012-07-211-19/+26
* Fix bug #50718 - More helpful error message when you try to create a CellRefe...Nick Burch2011-03-041-1/+4
* moved common formula-related code to org.apache.poi.ss.formula, eliminated de...Yegor Kozlov2010-11-211-1/+1
* Added CellRange return type for Sheet array formula methods. Renamed new tes...Josh Micich2009-12-251-21/+22
* added HSSF usermodel tests for array formulas, added support for array formul...Yegor Kozlov2009-12-251-0/+23
* minor improvements to sheet name validation and identification of cell refere...Josh Micich2009-08-201-20/+36
* Bugzilla 47312 - Fixed formula parser to properly reject cell references with...Josh Micich2009-06-031-60/+52
* Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulasYegor Kozlov2009-05-171-20/+27
* consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe...Yegor Kozlov2009-04-061-2/+3
* Bug 46951 - fixed formula parser to better handle range operators and whole r...Josh Micich2009-04-061-1/+1
* added SpreadsheetVersion enum to hold version-specific properties such as max...Yegor Kozlov2009-04-031-1/+1
* Merged revisions 699178,699487,699489,699761 via svnmerge from Josh Micich2008-09-291-277/+297
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-09-071-9/+22
* Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392...Nick Burch2008-07-101-59/+203
* Move CellReference from hssf.util into ss.util, but leave a class in the old ...Nick Burch2008-04-051-0/+293