| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors. | Dominik Stadler | 2019-06-22 | 1 | -1/+21 |
* | remove some tab indents | PJ Fanning | 2019-05-22 | 1 | -111/+111 |
* | fix result of multiplication cast to wider type | Alain Béarez | 2019-05-21 | 6 | -89/+117 |
* | fix whitespace contradicts operator precedence | Alain Béarez | 2019-05-21 | 2 | -17/+21 |
* | fix boxed variable is never null | Alain Béarez | 2019-05-21 | 1 | -43/+54 |
* | fix potential output resource leaks (LGTM) | Alain Béarez | 2019-05-21 | 1 | -9/+17 |
* | Refine JavaDoc of WorkbookFactory slightly | Dominik Stadler | 2019-05-16 | 1 | -3/+4 |
* | Close more file-handles in tests | Dominik Stadler | 2019-04-23 | 1 | -3/+7 |
* | some more checks for int overflows | PJ Fanning | 2019-04-15 | 1 | -1/+1 |
* | use ArithmeticUtils for calculations that might overflow | PJ Fanning | 2019-04-15 | 1 | -3/+5 |
* | Improve error message slightly and verify error when a File is passed in | Dominik Stadler | 2019-04-07 | 1 | -2/+3 |
* | 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 |