| Commit message (Expand) | Author | Age | Files | Lines |
* | Use TempFile to avoid problems with temporary directories in Maven builds | Dominik Stadler | 2019-05-20 | 1 | -2/+3 |
* | FileMagic now has patterns with up to 12 bytes (JPG) | Dominik Stadler | 2019-05-20 | 1 | -0/+89 |
* | Bug 63073: Adjust returned index of merged regions and verify all calls in tests | Dominik Stadler | 2019-04-23 | 11 | -106/+115 |
* | Fix some IDE warnings and enable commented test | Dominik Stadler | 2019-03-31 | 2 | -25/+10 |
* | Add some more variants of HTML with preceding newline which we see frequently | Dominik Stadler | 2019-03-31 | 1 | -0/+4 |
* | Close more file-handles in tests, convert junit3 tests | Dominik Stadler | 2019-03-31 | 1 | -152/+163 |
* | fix a condition not seen until a recent expansion of the stress test. Gracef... | Greg Woolsey | 2019-03-31 | 1 | -0/+14 |
* | #63292 1904 date windowing flag not used for some format cases | Greg Woolsey | 2019-03-30 | 1 | -0/+31 |
* | #63291 CellFormat global cache isn't thread-safe | Greg Woolsey | 2019-03-30 | 1 | -6/+14 |
* | #63302 Formula evaluation of names with offset or row function is incorrect | Greg Woolsey | 2019-03-30 | 1 | -2/+16 |
* | [bug-63291] support concurrent date formatting with same DataFormatter | PJ Fanning | 2019-03-27 | 1 | -16/+14 |
* | add test for concurrent use of DataFormatter | PJ Fanning | 2019-03-27 | 1 | -5/+45 |
* | possible npe in test | PJ Fanning | 2019-03-21 | 1 | -1/+1 |
* | use xmlbeans-3.0.3 rc version | PJ Fanning | 2019-03-20 | 1 | -616/+616 |
* | Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names | Dominik Stadler | 2019-03-19 | 12 | -65/+55 |
* | [bug-63268] fix issue where CellUtil.setFont is adding unnecessary styles | PJ Fanning | 2019-03-19 | 1 | -0/+19 |
* | pre-release maintenance: | Greg Woolsey | 2019-03-19 | 1 | -0/+0 |
* | #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations | Greg Woolsey | 2019-03-18 | 1 | -2/+10 |
* | Use JPG source, otherwise we have problems with Alpha conversion in OpenJDK. | 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 | -4/+80 |
* | Fix URL for test | Dominik Stadler | 2019-03-10 | 1 | -1/+2 |
* | Close more file-handles in tests | Dominik Stadler | 2019-03-03 | 1 | -31/+43 |
* | Close file-handles for slideshows also when construction fails or when dual-s... | Dominik Stadler | 2019-02-23 | 1 | -1/+3 |
* | Remove some remnants of NFileSystem | Dominik Stadler | 2019-02-23 | 2 | -3/+2 |
* | Add some more testing for bug 63151: NullPointerException in HSSFOptimiser.op... | Dominik Stadler | 2019-02-23 | 1 | -13/+14 |
* | Bug 60980: Fix parsing formulas with intersections in functions args | Yegor Kozlov | 2019-02-21 | 2 | -1/+74 |
* | [bug-63151] handle NPE in UnicodeString | PJ Fanning | 2019-02-19 | 1 | -10/+37 |
* | [bug-63187] fix typos | PJ Fanning | 2019-02-18 | 1 | -1/+1 |
* | Fix some IDE warnings and better output in unit test | Dominik Stadler | 2019-01-27 | 2 | -15/+15 |
* | Adjust handling of some exceptions in regression tests | Dominik Stadler | 2019-01-27 | 1 | -2/+1 |
* | Bug 60405: Add initial support for cetab functions so some macros can be | Dominik Stadler | 2019-01-27 | 2 | -42/+432 |
* | pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common... | Vladislav Galas | 2019-01-26 | 1 | -1/+1 |
* | purged usages of Cell.setCellType (left only in tests, where conversions are ... | Vladislav Galas | 2019-01-26 | 5 | -25/+3 |
* | made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel... | Vladislav Galas | 2019-01-26 | 7 | -9/+33 |
* | purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w... | Vladislav Galas | 2019-01-26 | 5 | -13/+13 |
* | added Cell.setBlank() - as an alias, for now | Vladislav Galas | 2019-01-26 | 1 | -2/+13 |
* | setCellFormula: blank cell gets value 0, non-blank value is preserved | Vladislav Galas | 2019-01-26 | 1 | -0/+54 |
* | Fix some IDE warnings and JVM deprecations | Dominik Stadler | 2019-01-22 | 1 | -3/+2 |
* | follow-up to Bug 62904. More tests and improved evaluation of IF in array mode | Yegor Kozlov | 2019-01-14 | 1 | -0/+32 |
* | Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sample | Dominik Stadler | 2019-01-13 | 1 | -2/+2 |
* | Fix some Findbugs and IDE issues, refactor some duplicated code, | Dominik Stadler | 2019-01-13 | 5 | -46/+53 |
* | Bug 62810: AreaReference ctor looses sheet name if rows or columns swapped | Dominik Stadler | 2019-01-13 | 2 | -13/+39 |
* | IDE and JavaDoc fixes, move/remove some unfixed tests | Dominik Stadler | 2019-01-11 | 4 | -76/+16 |
* | Add one more test for bug 62828 and fix some IDE warnings | Dominik Stadler | 2019-01-11 | 2 | -13/+39 |
* | Bug 63054: improved evaluation of array formulas with error in arguments | Yegor Kozlov | 2019-01-08 | 1 | -0/+33 |
* | unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja... | Vladislav Galas | 2019-01-07 | 1 | -0/+106 |
* | Bug 62904: Support array arguments in IF and logical IS*** functions | Yegor Kozlov | 2019-01-07 | 2 | -0/+64 |
* | throw IllegalArgumnetException if null directory specified | PJ Fanning | 2019-01-04 | 1 | -141/+158 |
* | Fixed build (explicitly specified charset for new String(byte[])) | Vladislav Galas | 2019-01-04 | 1 | -2/+3 |
* | Bug 63057: made SXSSFCell.setCellValue(String|RichTextString) exception-safe. | Vladislav Galas | 2019-01-04 | 1 | -0/+43 |