| Commit message (Expand) | Author | Age | Files | Lines |
* | lgtm issues | PJ Fanning | 2018-12-08 | 1 | -1/+1 |
* | fixed escaping of sheet names. Thanks to gallonfizik. This closes #134 | PJ Fanning | 2018-11-25 | 4 | -25/+88 |
* | Remove commented out System.out calls / Move DummyGraphics2d to testcase area... | Andreas Beeker | 2018-11-19 | 4 | -17/+10 |
* | [bug-62908] populate NamedColors | PJ Fanning | 2018-11-13 | 1 | -15/+11 |
* | Bug 62836: Implementation of Excel TREND function | Yegor Kozlov | 2018-11-02 | 2 | -1/+378 |
* | IDE warnings, tried to reproduce Bug 58927, but could not | Dominik Stadler | 2018-11-01 | 1 | -9/+5 |
* | Adjust sample for creating comments to also create a .xlsx file | Dominik Stadler | 2018-10-26 | 1 | -0/+18 |
* | Typos and IDE warnings | Dominik Stadler | 2018-10-26 | 4 | -22/+17 |
* | #62834 FormulaEvaluator.evaluateInCell() throws Exception | Greg Woolsey | 2018-10-19 | 2 | -3/+28 |
* | Bug 62373: Support for FREQUENCY function | Yegor Kozlov | 2018-10-18 | 2 | -1/+83 |
* | #62831 Fix WorkbookFactory.create with a subclass of File, eg from JFileChooser | Nick Burch | 2018-10-17 | 1 | -0/+7 |
* | lgtm issues | PJ Fanning | 2018-09-29 | 2 | -15/+4 |
* | [bug-62738] make int cast a long cast in randbetween | PJ Fanning | 2018-09-19 | 1 | -1/+1 |
* | sonar fixes - blocker | Andreas Beeker | 2018-08-31 | 1 | -2/+2 |
* | #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS* | Andreas Beeker | 2018-08-31 | 1 | -8/+8 |
* | Ensure that file handles are closed for encrypted files | Dominik Stadler | 2018-08-26 | 1 | -1/+5 |
* | [bug-62639] make private constructor on DateFormatter public | PJ Fanning | 2018-08-20 | 1 | -1/+1 |
* | [bug-62275] in vlooup function, treat optional 4th param as true if the value... | PJ Fanning | 2018-07-27 | 1 | -1/+6 |
* | #62564 - replace Thread.currentThread().getContextClassLoader() with getClass... | Andreas Beeker | 2018-07-24 | 1 | -1/+1 |
* | Adjust comments and IDE warnings, duplicate code reduction | Dominik Stadler | 2018-07-05 | 1 | -2/+2 |
* | sonar fixes | Andreas Beeker | 2018-06-02 | 1 | -1/+6 |
* | sonar fixes | Andreas Beeker | 2018-06-02 | 2 | -24/+34 |
* | #62355 - unsplit packages - 2 - modified classes (not only imports) | Andreas Beeker | 2018-05-27 | 1 | -0/+4 |
* | #62355 - unsplit packages - 1 - moved classes | Andreas Beeker | 2018-05-27 | 3 | -0/+838 |
* | sonar fixes | Andreas Beeker | 2018-05-22 | 1 | -1/+2 |
* | List a few more missing functions as inline-comments, based on definitions fr... | Nick Burch | 2018-05-14 | 1 | -2/+12 |
* | A few more places I should never have introduced Cell as a parameter, sine Ce... | Greg Woolsey | 2018-05-08 | 2 | -21/+72 |
* | add license header | Andreas Beeker | 2018-05-02 | 1 | -0/+17 |
* | [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107 | PJ Fanning | 2018-05-01 | 2 | -0/+36 |
* | add some javadoc to warn that stale cached formula cell values may result in ... | Greg Woolsey | 2018-04-18 | 1 | -0/+11 |
* | fix error message | PJ Fanning | 2018-04-04 | 1 | -199/+199 |
* | [bug-62254] update offset function to support optional offset values | PJ Fanning | 2018-04-03 | 1 | -4/+6 |
* | [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B... | PJ Fanning | 2018-04-01 | 1 | -0/+3 |
* | remove some casts to short | PJ Fanning | 2018-03-03 | 2 | -3/+3 |
* | tidy up API for font index | PJ Fanning | 2018-02-26 | 3 | -4/+4 |
* | further uptake of int methods for font lookups | PJ Fanning | 2018-02-22 | 1 | -1/+1 |
* | [bug-62018] use ints to index fonts | PJ Fanning | 2018-02-20 | 5 | -7/+66 |
* | [github-94] Add Range Copier. Thanks to Dragan Jovanović. This closes #94 | PJ Fanning | 2018-02-14 | 1 | -0/+159 |
* | #61947 - Remove deprecated classes (POI 4.0.0) | Andreas Beeker | 2018-02-11 | 1 | -11/+0 |
* | Various smaller adjustments: Remove filename in test, remove unused parameter... | Dominik Stadler | 2018-02-08 | 1 | -9/+9 |
* | [github-81] Formula adjusting in context of column shifting. Thanks to Dragan... | PJ Fanning | 2018-01-30 | 5 | -8/+35 |
* | Update some tests and IntelliJ warnings | Dominik Stadler | 2018-01-01 | 1 | -9/+16 |
* | Bug-61947 remove deprecated method | PJ Fanning | 2018-01-01 | 1 | -14/+0 |
* | Bugzilla 61116: Formula evaluation fails when using matrix addition within in... | Yegor Kozlov | 2017-12-30 | 5 | -76/+86 |
* | Added a couple missing null checks. | Greg Woolsey | 2017-12-28 | 2 | -2/+2 |
* | Implement DMAX and DSUM functions, following the pattern from DMIN. | Greg Woolsey | 2017-12-27 | 4 | -13/+142 |
* | use StandardCharsets | PJ Fanning | 2017-12-19 | 1 | -10/+2 |
* | Bug 61859: support for evaluating comparison operators in array mode, detect ... | Yegor Kozlov | 2017-12-18 | 6 | -18/+149 |
* | #61841 | Greg Woolsey | 2017-12-07 | 2 | -1/+1 |
* | #61841 fix typo in method name | Greg Woolsey | 2017-12-06 | 3 | -4/+4 |