| Commit message (Expand) | Author | Age | Files | Lines |
* | javadoc | Javen O'Neal | 2017-06-20 | 1 | -1/+1 |
* | github-55: document that CellReference#isRowWithinRange(String rowNum, Spread... | Javen O'Neal | 2017-05-20 | 1 | -1/+18 |
* | bug 61110: remove deprecated, misspelled CellReference#isRowWithnRange and #i... | Javen O'Neal | 2017-05-20 | 1 | -16/+0 |
* | replace "String.indexOf(String) >= 1" with "String.contains(String)" | Javen O'Neal | 2017-05-16 | 1 | -1/+1 |
* | SonarQube fixes | Andreas Beeker | 2017-01-06 | 1 | -8/+10 |
* | use case-insensitive string startsWith/endsWith utility function | Javen O'Neal | 2017-01-02 | 1 | -1/+3 |
* | improve unit test coverage on CellReference. | Javen O'Neal | 2016-06-13 | 1 | -16/+18 |
* | bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelle... | Javen O'Neal | 2016-06-10 | 1 | -33/+42 |
* | Code cleanup via IntelliJ: Remove unnecessary semicolon | Dominik Stadler | 2016-04-06 | 1 | -1/+1 |
* | bug 58637: contribution from Hannes Erven: add CellAddress class, distinct fr... | Javen O'Neal | 2015-11-23 | 1 | -2/+9 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 1 | -3/+3 |
* | forbidden apis fixes | Andreas Beeker | 2015-08-29 | 1 | -1/+2 |
* | Fix indents | Nick Burch | 2015-08-18 | 1 | -517/+518 |
* | Patch from Javen ONeal from bug #58253 - CellReference upper-case check for #... | Nick Burch | 2015-08-18 | 1 | -19/+38 |
* | Include seen invalid index in thrown Exception | Dominik Stadler | 2015-01-02 | 1 | -2/+2 |
* | Patch from Shaun Kalley from bug #56023 - On CellReference, implement hashCod... | Nick Burch | 2014-03-09 | 1 | -23/+30 |
* | FindBugs fix | Andreas Beeker | 2014-02-09 | 1 | -0/+6 |
* | Fix regression introduced by r1516969 | Dominik Stadler | 2013-08-24 | 1 | -2/+3 |
* | More unit tests for column conversion, and avoid the use of Math.pow based on... | Nick Burch | 2013-08-23 | 1 | -10/+7 |
* | Inspired by github pull-6, use a StringBuilder for quicker string appending | Nick Burch | 2013-08-23 | 1 | -3/+3 |
* | JavaDoc fixes from #54731 from Dominik Stadler | Nick Burch | 2013-06-12 | 1 | -0/+2 |
* | Bugzilla 53500 - Getter for repeating rows and columns | Yegor Kozlov | 2012-07-21 | 1 | -19/+26 |
* | Fix bug #50718 - More helpful error message when you try to create a CellRefe... | Nick Burch | 2011-03-04 | 1 | -1/+4 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 1 | -1/+1 |
* | Added CellRange return type for Sheet array formula methods. Renamed new tes... | Josh Micich | 2009-12-25 | 1 | -21/+22 |
* | added HSSF usermodel tests for array formulas, added support for array formul... | Yegor Kozlov | 2009-12-25 | 1 | -0/+23 |
* | minor improvements to sheet name validation and identification of cell refere... | Josh Micich | 2009-08-20 | 1 | -20/+36 |
* | Bugzilla 47312 - Fixed formula parser to properly reject cell references with... | Josh Micich | 2009-06-03 | 1 | -60/+52 |
* | Allow columns greater than 255 and rows greater than 0x100000 in XSSF formulas | Yegor Kozlov | 2009-05-17 | 1 | -20/+27 |
* | consolidate limits specific to Excel version(Excel97, Excel2007) in Spreadshe... | Yegor Kozlov | 2009-04-06 | 1 | -2/+3 |
* | Bug 46951 - fixed formula parser to better handle range operators and whole r... | Josh Micich | 2009-04-06 | 1 | -1/+1 |
* | added SpreadsheetVersion enum to hold version-specific properties such as max... | Yegor Kozlov | 2009-04-03 | 1 | -1/+1 |
* | Merged revisions 699178,699487,699489,699761 via svnmerge from | Josh Micich | 2008-09-29 | 1 | -277/+297 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-09-07 | 1 | -9/+22 |
* | Merged revisions 638786-638802,638805-638811,638813-638814,638816-639230,6392... | Nick Burch | 2008-07-10 | 1 | -59/+203 |
* | Move CellReference from hssf.util into ss.util, but leave a class in the old ... | Nick Burch | 2008-04-05 | 1 | -0/+293 |