| Commit message (Expand) | Author | Age | Files | Lines |
* | fix eclipse warnings - close resources / type generics | Andreas Beeker | 2017-01-15 | 6 | -35/+51 |
* | bug 60260: parse unicode sheet names | Javen O'Neal | 2017-01-12 | 1 | -0/+15 |
* | Bug 60369: Adjust pattern to better handle non-ASCII characters in Month-name... | Dominik Stadler | 2016-12-30 | 1 | -0/+160 |
* | Fix newly introduced Sonar issues and allow text to be null | Dominik Stadler | 2016-11-27 | 1 | -4/+7 |
* | Bug 60370: Encode some special characters when setting title/text for validat... | Dominik Stadler | 2016-11-25 | 1 | -3/+44 |
* | Bug 59200: Check for actual Excel limits on data validation title/text | Dominik Stadler | 2016-11-25 | 1 | -9/+73 |
* | Pull up one more test into BaseTestConditionalFormatting | Dominik Stadler | 2016-11-07 | 1 | -7/+97 |
* | Add setFormattingRanges() to interface ConditionalFormatting, closes #42 | Dominik Stadler | 2016-11-07 | 1 | -9/+81 |
* | Eclipse automated refactor/cleanup: add final modifier to private fields to u... | Javen O'Neal | 2016-10-20 | 1 | -1/+1 |
* | reenable unit test for bug 58648 that passes now | Javen O'Neal | 2016-10-19 | 1 | -1/+3 |
* | bug 56781,60246: fix named range validation to match valid name rules per Exc... | Javen O'Neal | 2016-10-14 | 1 | -6/+28 |
* | bug 55075: add missing import | Javen O'Neal | 2016-10-09 | 1 | -0/+1 |
* | bug 55075,51233: create drawings with correct height when rows are custom height | Javen O'Neal | 2016-10-09 | 1 | -0/+58 |
* | bug 60197: Workbook#setSheetOrder should update named range sheet indices | Javen O'Neal | 2016-10-09 | 1 | -0/+97 |
* | Use IOUtils.closeQuietly() in more places | Dominik Stadler | 2016-10-05 | 1 | -1/+3 |
* | Compiler/IDE warnings, unnecessary keywords, | Dominik Stadler | 2016-09-21 | 2 | -4/+1 |
* | replace @Ignore with POITestCase.skipTest/testPassesNow | Javen O'Neal | 2016-09-21 | 1 | -6/+24 |
* | move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluat... | Javen O'Neal | 2016-09-14 | 1 | -0/+12 |
* | bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor... | Javen O'Neal | 2016-09-14 | 2 | -8/+8 |
* | bug 59264: revert getBorder[Top|Bottom|Left|Right|Diagonal]() to return short... | Javen O'Neal | 2016-09-14 | 1 | -29/+29 |
* | change CellValue#getCellType() to return an int instead of an enum for backwa... | Javen O'Neal | 2016-09-13 | 1 | -2/+2 |
* | bug 60025: DataFormatter should print booleans as TRUE/FALSE, not true/false | Javen O'Neal | 2016-09-11 | 1 | -0/+21 |
* | move duplicated NullOutputStream classes to test suite utilities | Javen O'Neal | 2016-09-10 | 1 | -9/+1 |
* | bug 59791: make sure hard-coded int literals work for cell type | Javen O'Neal | 2016-08-22 | 1 | -0/+2 |
* | bug 59791: improve Cell.CELL_TYPE_* backwards compatibility | Javen O'Neal | 2016-08-22 | 1 | -0/+30 |
* | Introduce name-based methods for access to named ranges in a workbook, and de... | David North | 2016-07-29 | 2 | -17/+11 |
* | Bug 55384: Handle setting pre-evaluation string correctly in SXSSF as well | Dominik Stadler | 2016-07-27 | 1 | -1/+78 |
* | test Cell.setCellValue(false) | Javen O'Neal | 2016-07-21 | 1 | -24/+26 |
* | Fix some IntelliJ and Findbugs warnings: StringBuilder, foreach, append(), ... | Dominik Stadler | 2016-07-17 | 1 | -5/+5 |
* | bug 59264,59833,59837: upgrade deprecated methods in examples and testcases | Javen O'Neal | 2016-07-17 | 1 | -20/+20 |
* | bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage | Javen O'Neal | 2016-07-17 | 3 | -10/+12 |
* | bug 59783: replace deprecated Hyperlink.LINK_* and Hyperlink.getType usage | Javen O'Neal | 2016-07-17 | 1 | -12/+13 |
* | bug 59775: fix cell address index error | Javen O'Neal | 2016-07-17 | 1 | -1/+2 |
* | bug 59872: add Sheet.getHyperlink(CellAddress) | Javen O'Neal | 2016-07-17 | 1 | -0/+21 |
* | Apply patch to fix bug 59740: Sheet.shiftRows incorrectly shifts merged regio... | Dominik Stadler | 2016-07-16 | 1 | -19/+62 |
* | Add a unit-test to verify that DataFormatter.formatCellValue() does format fo... | Dominik Stadler | 2016-07-05 | 1 | -0/+20 |
* | bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege... | Javen O'Neal | 2016-07-04 | 4 | -22/+22 |
* | bug 59791: getCellType and getCachedFormulaResultType should return an intege... | Javen O'Neal | 2016-07-04 | 5 | -89/+89 |
* | reorganize imports (remove unused imports, sort alphabetically) | Javen O'Neal | 2016-07-04 | 1 | -2/+0 |
* | bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.* | Javen O'Neal | 2016-07-04 | 6 | -48/+48 |
* | bug 59791: convert Cell Type to an enum | Javen O'Neal | 2016-07-04 | 3 | -107/+109 |
* | bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for ... | Javen O'Neal | 2016-07-04 | 1 | -1/+1 |
* | bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to... | Javen O'Neal | 2016-07-02 | 2 | -2/+2 |
* | deprecated constants pointing to MissingCellPolicy - use enum instead | Andreas Beeker | 2016-06-24 | 2 | -26/+28 |
* | bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe... | Javen O'Neal | 2016-06-20 | 1 | -5/+6 |
* | remove commented out @Ignore | Javen O'Neal | 2016-06-20 | 1 | -1/+0 |
* | bug 56781: disallow names with symbols, except underscore, period, and backslash | Javen O'Neal | 2016-06-20 | 1 | -0/+44 |
* | bug 57929: add disabled unit test, adapted from nova | Javen O'Neal | 2016-06-20 | 1 | -0/+30 |
* | whitespace (tabs to 4 spaces) | Javen O'Neal | 2016-06-20 | 1 | -13/+13 |
* | bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interface | Javen O'Neal | 2016-06-20 | 1 | -0/+37 |