| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve error messages on missing Factory-implementations, fix Sonar issues a... | Dominik Stadler | 2020-11-01 | 1 | -2/+1 |
* | Update library versions | Andreas Beeker | 2020-08-18 | 1 | -30/+27 |
* | #64411 - Provide JigSaw modules | Andreas Beeker | 2020-07-22 | 1 | -5/+5 |
* | Bug 64393: Adjust relational operators to handle MissingArgEval correctly | Dominik Stadler | 2020-05-16 | 1 | -0/+62 |
* | Migrate all junit tests to Junit 4 | Andreas Beeker | 2019-12-27 | 14 | -579/+405 |
* | Let IntelliJ simplify some assertions | Dominik Stadler | 2019-12-15 | 2 | -3/+5 |
* | Adjust some JavaDoc and fix some IDE warnings | Dominik Stadler | 2019-12-14 | 1 | -5/+7 |
* | Bug 61472: Convert date/time strings to numbers when evaluating formulas | Yegor Kozlov | 2019-03-16 | 1 | -0/+28 |
* | Fix some Findbugs and IDE issues, refactor some duplicated code, | Dominik Stadler | 2019-01-13 | 1 | -9/+11 |
* | JavaDoc fixes/additions and some IDE warnings removed | Dominik Stadler | 2018-12-25 | 1 | -22/+10 |
* | [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B... | PJ Fanning | 2018-04-01 | 1 | -0/+98 |
* | Remove more deprecated classes and methods | PJ Fanning | 2017-09-23 | 1 | -1/+3 |
* | use non-deprecated versions of getCellType | PJ Fanning | 2017-09-18 | 2 | -5/+5 |
* | change HyperLink getType to return HyperlinkType | PJ Fanning | 2017-09-18 | 2 | -20/+20 |
* | update getCellType to return CellType enum instead of int | PJ Fanning | 2017-09-18 | 1 | -10/+10 |
* | Various code cleanups, "final" for static methods is useless, for-loops, simp... | Dominik Stadler | 2017-09-17 | 1 | -8/+4 |
* | Remove unnecessary local variables | Dominik Stadler | 2017-09-16 | 2 | -5/+3 |
* | Remove unnecessary type arguments (Java 8) | Dominik Stadler | 2017-09-16 | 1 | -1/+1 |
* | javadoc: replace invalid self enclosing elements | PJ Fanning | 2017-07-17 | 6 | -10/+10 |
* | Ensure SpreadsheetVersion is set for AreaReferences | PJ Fanning | 2017-06-28 | 1 | -9/+15 |
* | whitespace | Javen O'Neal | 2017-06-20 | 1 | -71/+71 |
* | bug 52063: support 2-argument LOOKUP(lookup_value, array) function in Excel | Javen O'Neal | 2017-06-20 | 1 | -3/+58 |
* | Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa... | Dominik Stadler | 2017-04-17 | 1 | -2/+2 |
* | Adjust toString() of ExternalNameRecord | Dominik Stadler | 2016-12-12 | 1 | -1/+0 |
* | Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann... | Javen O'Neal | 2016-10-19 | 4 | -10/+21 |
* | change CellValue#getCellType() to return an int instead of an enum for backwa... | Javen O'Neal | 2016-09-13 | 5 | -22/+22 |
* | bug 59791: getCellType and getCachedFormulaResultType should return an intege... | Javen O'Neal | 2016-07-04 | 2 | -13/+13 |
* | bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* | Javen O'Neal | 2016-07-04 | 3 | -11/+13 |
* | bug 59791: convert Cell Type to an enum | Javen O'Neal | 2016-07-04 | 2 | -32/+41 |
* | Add XSSF support to ForkedEvaluator | Andreas Beeker | 2016-06-07 | 1 | -11/+16 |
* | findbugs fixes | Andreas Beeker | 2016-05-20 | 1 | -29/+27 |
* | Slightly improve error message | Dominik Stadler | 2016-04-06 | 1 | -38/+28 |
* | Bug 58829: Remove some useages of printStackTrace() and some other minor clea... | Dominik Stadler | 2016-01-13 | 1 | -3/+4 |
* | close resources | Andreas Beeker | 2015-11-29 | 1 | -13/+26 |
* | Bug 55032: Fix handling missing option values in financial functions PV, FV, ... | Dominik Stadler | 2015-10-01 | 1 | -0/+33 |
* | fix eclipse warning - mostly generics cosmetics | Andreas Beeker | 2015-09-12 | 1 | -70/+68 |
* | Bug 58326 - Forbidden APIs patches - first set of changes for locale and time... | Andreas Beeker | 2015-09-07 | 1 | -210/+130 |
* | remove trailing comma ... works ok in Oracle jdk6, but maybe not in openjdk ... | Andreas Beeker | 2015-09-02 | 1 | -1/+1 |
* | Fix DAYS360 for US/EU handling | Andreas Beeker | 2015-09-01 | 2 | -50/+43 |
* | Fix some Forbidden APIs errors | Nick Burch | 2015-09-01 | 2 | -2/+4 |
* | - reworked HexDump class - unified array dumps and usage of standard java cal... | Andreas Beeker | 2015-08-29 | 1 | -1/+1 |
* | Add missing license header | Dominik Stadler | 2015-01-02 | 1 | -0/+16 |
* | Bug 46898: Convert unit tests for circular references to also run for XSSF | Dominik Stadler | 2015-01-02 | 4 | -170/+193 |
* | Fix Eclipse warnings, unnecessary casts, use generics, static access... | Dominik Stadler | 2014-12-28 | 3 | -74/+76 |
* | HSSF and XSSF Multi-Sheet formula reference tests from Radoslav from bug #55906 | Nick Burch | 2014-07-26 | 1 | -0/+331 |
* | Complete evaluation support for multi-sheet references for bug #55906 | Nick Burch | 2014-07-25 | 1 | -0/+3 |
* | Update the RefEval method signature to cope with multi-sheet references, and ... | Nick Burch | 2014-07-25 | 1 | -5/+4 |
* | bugzilla 52057 - updated formula test framework to be aware of recently added... | Yegor Kozlov | 2012-02-28 | 1 | -3/+12 |
* | moved ptg classes to org.apache.poi.ss.formula.ptg | Yegor Kozlov | 2010-11-24 | 3 | -4/+4 |
* | moved common formula-related code to org.apache.poi.ss.formula, eliminated de... | Yegor Kozlov | 2010-11-21 | 16 | -1/+1758 |