| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | Improved test coverage for *Cell classes | Vladislav Galas | 2019-01-04 | 2 | -0/+22 |
* | Bug 62993: XSSFEvaluationSheet now retrieves valid last row index from underl... | Vladislav Galas | 2019-01-03 | 2 | -0/+82 |
* | Bug 62828: CellReference(Cell) now initializes sheet name. | Vladislav Galas | 2019-01-02 | 2 | -4/+29 |
* | Bug 62307: made Cell#getNumericCellValue() behavior consistent across HSSF/XS... | Vladislav Galas | 2019-01-02 | 1 | -1/+8 |
* | #63047 - Make POILogger subclassable | Andreas Beeker | 2018-12-31 | 2 | -6/+6 |
* | Adjust test for bug 60460 to also run fine on Windows | Dominik Stadler | 2018-12-31 | 1 | -5/+3 |
* | Bug 60460: Handle null workbook or sheet names and emit #REF as Excel does | Dominik Stadler | 2018-12-30 | 2 | -10/+124 |
* | IDE and JavaDoc fixes | Dominik Stadler | 2018-12-30 | 4 | -17/+12 |
* | IDE and JavaDoc fixes, make base test classes abstract | Dominik Stadler | 2018-12-30 | 2 | -8/+8 |
* | #63028 - Provide font embedding for slideshows | Andreas Beeker | 2018-12-28 | 1 | -38/+53 |
* | Run Cell-tests on HSSF as well and make handling of null-values consistent ac... | Dominik Stadler | 2018-12-28 | 1 | -0/+43 |
* | Bug 61532: Fix setting values/types during formula evaluation for SXSSF | Dominik Stadler | 2018-12-28 | 3 | -41/+162 |
* | IDE and JavaDoc fixes, close() in tests | Dominik Stadler | 2018-12-27 | 1 | -1/+1 |
* | Add some simple coverage of HSLF-Dev-Tools | Dominik Stadler | 2018-12-26 | 7 | -36/+9 |
* | Bug 62839: Adjust MathX.floor() to handle negative values the same | Dominik Stadler | 2018-12-26 | 2 | -0/+19 |
* | Simplify some string operations | Dominik Stadler | 2018-12-26 | 2 | -2/+2 |
* | JavaDoc fixes/additions and some IDE warnings removed | Dominik Stadler | 2018-12-25 | 2 | -27/+12 |
* | Bug 62884: sheetnum is not checked in InternalWorkbook.setSheetHidden() | Dominik Stadler | 2018-12-25 | 2 | -1/+62 |
* | Code-style: Unify how arrays are specified from C-style to normal Java-style | Dominik Stadler | 2018-12-25 | 15 | -83/+86 |
* | Rework test somewhat and enable logger to better indicate if the test is | Dominik Stadler | 2018-12-19 | 1 | -207/+207 |
* | [github-137] solves/unifies blank/missing value colection for PRODUCT/MDETERM... | PJ Fanning | 2018-12-18 | 3 | -114/+212 |
* | add missing license | PJ Fanning | 2018-12-16 | 1 | -0/+16 |
* | Implemented GEOMEAN function. Thanks to gallonfizik. This closes #136 | PJ Fanning | 2018-12-16 | 2 | -0/+135 |
* | [bug-62996]try suggested test change | PJ Fanning | 2018-12-10 | 1 | -2/+2 |
* | Fix TestFileMagic | Dominik Stadler | 2018-11-26 | 1 | -4/+5 |
* | Add test for FileMagic | Dominik Stadler | 2018-11-25 | 1 | -0/+80 |
* | #62951 - FileMagic not correctly identified | Andreas Beeker | 2018-11-25 | 1 | -0/+15 |