| Commit message (Expand) | Author | Age | Files | Lines |
* | Exclude one more local file from rat-checks | Dominik Stadler | 2019-01-27 | 1 | -0/+1 |
* | Adjust handling of some exceptions in regression tests | Dominik Stadler | 2019-01-27 | 5 | -30/+61 |
* | Bug 60405: Add initial support for cetab functions so some macros can be | Dominik Stadler | 2019-01-27 | 13 | -110/+1016 |
* | Ignore file-leaks from openjpa/derby/log4j for the regression tests | Dominik Stadler | 2019-01-27 | 1 | -4/+12 |
* | pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common... | Vladislav Galas | 2019-01-26 | 6 | -122/+141 |
* | pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base | Vladislav Galas | 2019-01-26 | 4 | -103/+59 |
* | pulled *Cell.setCellValue(double) to the common base | Vladislav Galas | 2019-01-26 | 5 | -75/+55 |
* | pulled *Cell.getCellTypeEnum() to common base | Vladislav Galas | 2019-01-26 | 5 | -47/+18 |
* | pulled *Cell.getAddress to common base | Vladislav Galas | 2019-01-26 | 5 | -24/+53 |
* | purged usages of Cell.setCellType (left only in tests, where conversions are ... | Vladislav Galas | 2019-01-26 | 13 | -51/+8 |
* | made call Cell.setCellType(CellType.FORMULA) illegall. Deprecated Cell.setCel... | Vladislav Galas | 2019-01-26 | 19 | -39/+92 |
* | purged calls to cell.setCellType(CellType.BLANK) from the project, replaced w... | Vladislav Galas | 2019-01-26 | 15 | -32/+31 |
* | added Cell.setBlank() - as an alias, for now | Vladislav Galas | 2019-01-26 | 4 | -4/+30 |
* | setCellFormula: blank cell gets value 0, non-blank value is preserved | Vladislav Galas | 2019-01-26 | 7 | -107/+268 |
* | try to fix missing modules error and move addOpens detection into ant build | Andreas Beeker | 2019-01-24 | 2 | -61/+32 |
* | Add required --add-opens and other settings for JDK 12 on Windows | Dominik Stadler | 2019-01-22 | 1 | -0/+7 |
* | Jenkins: Try to disable coverage for JDK 13 for now as it seems to cause issues | Dominik Stadler | 2019-01-22 | 1 | -1/+4 |
* | Jenkins: Add initial build for JDK 13, add build for JDK 12 on Windows | Dominik Stadler | 2019-01-22 | 1 | -0/+16 |
* | Fix invalid comment in build.xml | Dominik Stadler | 2019-01-22 | 1 | -1/+1 |
* | Fix passing in --add-opens for Java 9+ after the poiunit refactoring, this | Dominik Stadler | 2019-01-22 | 1 | -9/+9 |
* | Fix some IDE warnings and JVM deprecations | Dominik Stadler | 2019-01-22 | 2 | -4/+3 |
* | try to fix xmlbeans build | PJ Fanning | 2019-01-19 | 1 | -6/+1 |
* | update xmlbeans targets | Andreas Beeker | 2019-01-18 | 1 | -2/+2 |
* | [github-140] add .travis.yml. Thanks to krichter722. This closes #140 | PJ Fanning | 2019-01-15 | 1 | -0/+8 |
* | follow-up to Bug 62904. More tests and improved evaluation of IF in array mode | Yegor Kozlov | 2019-01-14 | 11 | -54/+230 |
* | Don't fail on row-nums larger than Integer.MAX_VALUE, we had one sample | Dominik Stadler | 2019-01-13 | 2 | -4/+7 |
* | Fix some Findbugs and IDE issues, refactor some duplicated code, | Dominik Stadler | 2019-01-13 | 17 | -146/+170 |
* | Bug 62810: AreaReference ctor looses sheet name if rows or columns swapped | Dominik Stadler | 2019-01-13 | 3 | -18/+50 |
* | Add reproducer for bug 60355 | Dominik Stadler | 2019-01-13 | 2 | -3/+59 |
* | Revert inadvertently commented lines | Dominik Stadler | 2019-01-11 | 1 | -6/+6 |
* | Remove obsolete settings from JDK 11/12 build | Dominik Stadler | 2019-01-11 | 1 | -8/+2 |
* | Enable weekly run of Java 12 build | Dominik Stadler | 2019-01-11 | 1 | -3/+1 |
* | IDE and JavaDoc fixes, move/remove some unfixed tests | Dominik Stadler | 2019-01-11 | 18 | -169/+82 |
* | Add one more test for bug 62828 and fix some IDE warnings | Dominik Stadler | 2019-01-11 | 4 | -40/+70 |
* | Bug #60977 writing XSSF with custom properties twice corrupts output | Greg Woolsey | 2019-01-11 | 2 | -0/+73 |
* | use spaces for indents | PJ Fanning | 2019-01-10 | 1 | -8/+8 |
* | Bug 63054: updated formulas in test spreadsheet to keep build happy | Yegor Kozlov | 2019-01-08 | 1 | -0/+0 |
* | Bug 63054: improved evaluation of array formulas with error in arguments | Yegor Kozlov | 2019-01-08 | 2 | -0/+33 |
* | unified setCellType(null/_NONE) logic, setCellFormula(null) logic. updated ja... | Vladislav Galas | 2019-01-07 | 10 | -136/+411 |
* | Bug 62904: Support array arguments in IF and logical IS*** functions | Yegor Kozlov | 2019-01-07 | 13 | -97/+321 |
* | updated mockito to 2.23.4 to fix java 11 build | Vladislav Galas | 2019-01-06 | 2 | -9/+12 |
* | throw IllegalArgumnetException if null directory specified | PJ Fanning | 2019-01-04 | 2 | -141/+162 |
* | 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 | 2 | -21/+57 |
* | Improved test coverage for *Cell classes | Vladislav Galas | 2019-01-04 | 4 | -3/+93 |
* | Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl... | Vladislav Galas | 2019-01-03 | 8 | -18/+141 |
* | Bug 62828: CellReference(Cell) now initializes sheet name. | Vladislav Galas | 2019-01-02 | 9 | -17/+43 |
* | Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XS... | Vladislav Galas | 2019-01-02 | 2 | -7/+14 |
* | Add missing revert() in OPCPackage to close Zip-streams always | Dominik Stadler | 2019-01-01 | 1 | -0/+3 |
* | Add missing file-close in ZipInputStreamZipEntrySource seen in some mass regr... | Dominik Stadler | 2019-01-01 | 1 | -2/+8 |