| Commit message (Expand) | Author | Age | Files | Lines |
* | Close more file-handles in tests, convert junit3 tests | Dominik Stadler | 2019-03-31 | 1 | -1/+1 |
* | replace version number 4.0.2 | PJ Fanning | 2019-03-31 | 3 | -3/+3 |
* | 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 |
* | some javadoc issues | PJ Fanning | 2019-03-20 | 1 | -2/+2 |
* | Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names | Dominik Stadler | 2019-03-19 | 9 | -31/+31 |
* | [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 | 13 | -20/+165 |
* | 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 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check so... | Dominik Stadler | 2019-03-02 | 1 | -1/+4 |
* | Bug 62151: Fix warnings about illegal reflective access in Java 9+ by | Dominik Stadler | 2019-03-02 | 2 | -25/+214 |
* | Remove some remnants of NFileSystem | Dominik Stadler | 2019-02-23 | 4 | -15/+4 |
* | Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.op... | Dominik Stadler | 2019-02-23 | 1 | -1/+1 |
* | Bug 60980: Fix parsing formulas with intersections in functions args | Yegor Kozlov | 2019-02-21 | 1 | -2/+2 |
* | [bug-63151] handle NPE in UnicodeString | PJ Fanning | 2019-02-19 | 1 | -6/+7 |
* | [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 |
* | Adjust handling of some exceptions in regression tests | Dominik Stadler | 2019-01-27 | 3 | -9/+17 |
* | 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 | 2 | -34/+89 |
* | pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base | Vladislav Galas | 2019-01-26 | 2 | -32/+50 |
* | pulled *Cell.setCellValue(double) to the common base | Vladislav Galas | 2019-01-26 | 3 | -35/+45 |
* | pulled *Cell.getCellTypeEnum() to common base | Vladislav Galas | 2019-01-26 | 3 | -13/+18 |
* | pulled *Cell.getAddress to common base | Vladislav Galas | 2019-01-26 | 2 | -8/+9 |
* | made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel... | Vladislav Galas | 2019-01-26 | 4 | -8/+22 |
* | purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w... | Vladislav Galas | 2019-01-26 | 4 | -7/+6 |
* | 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 | 3 | -19/+74 |
* | Fix some IDE warnings and JVM deprecations | Dominik Stadler | 2019-01-22 | 1 | -1/+1 |
* | 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 | 5 | -65/+90 |
* | 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 | 7 | -35/+15 |
* | unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja... | Vladislav Galas | 2019-01-07 | 5 | -70/+220 |
* | Bug 62904: Support array arguments in IF and logical IS*** functions | Yegor Kozlov | 2019-01-07 | 9 | -97/+257 |
* | throw IllegalArgumnetException if null directory specified | PJ Fanning | 2019-01-04 | 1 | -0/+4 |
* | Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl... | Vladislav Galas | 2019-01-03 | 1 | -4/+1 |
* | Bug 62828: CellReference(Cell) now initializes sheet name. | Vladislav Galas | 2019-01-02 | 1 | -1/+1 |
* | #63047 - Make POILogger subclassable | Andreas Beeker | 2018-12-31 | 4 | -204/+145 |
* | Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does | Dominik Stadler | 2018-12-30 | 3 | -76/+107 |
* | IDE and JavaDoc fixes | Dominik Stadler | 2018-12-30 | 1 | -5/+5 |