| Commit message (Expand) | Author | Age | Files | Lines |
* | replace version number 4.0.2 | PJ Fanning | 2019-03-31 | 2 | -2/+2 |
* | fix a condition not seen until a recent expansion of the stress test. Gracef... | Greg Woolsey | 2019-03-31 | 1 | -1/+1 |
* | fix build issue | PJ Fanning | 2019-03-30 | 2 | -4/+39 |
* | #63292 1904 date windowing flag not used for some format cases | Greg Woolsey | 2019-03-30 | 1 | -6/+14 |
* | #63291 CellFormat global cache isn't thread-safe | Greg Woolsey | 2019-03-30 | 3 | -2/+12 |
* | #63302 Formula evaluation of names with offset or row function is incorrect | Greg Woolsey | 2019-03-30 | 1 | -4/+6 |
* | [bug-63291] support concurrent date formatting with same DataFormatter | PJ Fanning | 2019-03-27 | 1 | -9/+14 |
* | Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names | Dominik Stadler | 2019-03-19 | 1 | -4/+4 |
* | [bug-63268] fix issue where CellUtil.setFont is adding unnecessary styles | PJ Fanning | 2019-03-19 | 1 | -1/+6 |
* | #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations | Greg Woolsey | 2019-03-18 | 12 | -19/+154 |
* | Fix forbidden apis error | Andreas Beeker | 2019-03-16 | 1 | -1/+1 |
* | Bug 61472: Convert date/time strings to numbers when evaluating formulas | Yegor Kozlov | 2019-03-16 | 3 | -2/+62 |
* | Handle possible invalid date value (#61652) | Greg Woolsey | 2019-03-16 | 1 | -0/+3 |
* | #63264 Conditional Format rule evaluation calculates relative references inco... | Greg Woolsey | 2019-03-16 | 2 | -13/+20 |
* | fix some cases where iterator usage does not check hasNext | PJ Fanning | 2019-03-14 | 1 | -21/+22 |
* | Bug 60980: Fix parsing formulas with intersections in functions args | Yegor Kozlov | 2019-02-21 | 1 | -2/+2 |
* | [bug-63187] fix typos | PJ Fanning | 2019-02-18 | 2 | -4/+4 |
* | Bug 62980: Make D* functions ignore case in headings | Yegor Kozlov | 2019-02-09 | 1 | -1/+2 |
* | Bug 60405: Add initial support for cetab functions so some macros can be | Dominik Stadler | 2019-01-27 | 7 | -59/+116 |
* | pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common... | Vladislav Galas | 2019-01-26 | 1 | -2/+68 |
* | pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base | Vladislav Galas | 2019-01-26 | 1 | -0/+42 |
* | pulled *Cell.setCellValue(double) to the common base | Vladislav Galas | 2019-01-26 | 2 | -2/+28 |
* | pulled *Cell.getCellTypeEnum() to common base | Vladislav Galas | 2019-01-26 | 2 | -1/+18 |
* | pulled *Cell.getAddress to common base | Vladislav Galas | 2019-01-26 | 1 | -0/+9 |
* | made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel... | Vladislav Galas | 2019-01-26 | 3 | -6/+22 |
* | purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w... | Vladislav Galas | 2019-01-26 | 2 | -2/+2 |
* | added Cell.setBlank() - as an alias, for now | Vladislav Galas | 2019-01-26 | 2 | -0/+15 |
* | setCellFormula: blank cell gets value 0, non-blank value is preserved | Vladislav Galas | 2019-01-26 | 2 | -15/+31 |
* | follow-up to Bug 62904. More tests and improved evaluation of IF in array mode | Yegor Kozlov | 2019-01-14 | 7 | -54/+198 |
* | Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sample | Dominik Stadler | 2019-01-13 | 1 | -2/+5 |
* | Fix some Findbugs and IDE issues, refactor some duplicated code, | Dominik Stadler | 2019-01-13 | 3 | -37/+82 |
* | Bug 62810: AreaReference ctor looses sheet name if rows or columns swapped | Dominik Stadler | 2019-01-13 | 1 | -5/+11 |
* | IDE and JavaDoc fixes, move/remove some unfixed tests | Dominik Stadler | 2019-01-11 | 2 | -10/+3 |
* | unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja... | Vladislav Galas | 2019-01-07 | 2 | -14/+173 |
* | Bug 62904: Support array arguments in IF and logical IS*** functions | Yegor Kozlov | 2019-01-07 | 9 | -97/+257 |
* | Bug 62828: CellReference(Cell) now initializes sheet name. | Vladislav Galas | 2019-01-02 | 1 | -1/+1 |
* | Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does | Dominik Stadler | 2018-12-30 | 3 | -76/+107 |
* | Bug 62839: Adjust MathX.floor() to handle negative values the same | Dominik Stadler | 2018-12-26 | 1 | -36/+21 |
* | Fix various IDE warnings and some JavaDoc adjustments | Dominik Stadler | 2018-12-26 | 1 | -3/+3 |
* | Remove unnecesssary semicolons | Dominik Stadler | 2018-12-26 | 1 | -1/+1 |
* | Simplify some string operations | Dominik Stadler | 2018-12-26 | 3 | -9/+9 |
* | JavaDoc fixes/additions and some IDE warnings removed | Dominik Stadler | 2018-12-25 | 5 | -21/+17 |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 9 | -36/+38 |
* | [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM... | PJ Fanning | 2018-12-18 | 3 | -23/+103 |
* | use spaces for indents | PJ Fanning | 2018-12-17 | 1 | -159/+160 |
* | Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136 | PJ Fanning | 2018-12-16 | 3 | -158/+173 |
* | 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 |