| Commit message (Expand) | Author | Age | Files | Lines |
* | #60331 - Remove deprecated classes - deprecate Mutable* property classes | Andreas Beeker | 2016-11-27 | 19 | -3473/+2128 |
* | SonarCube fixes - visibility of member attributes | Andreas Beeker | 2016-11-27 | 21 | -219/+323 |
* | Fix newly introduced Sonar issues and allow text to be null | Dominik Stadler | 2016-11-27 | 2 | -16/+20 |
* | Bug 60370: Encode some special characters when setting title/text for validat... | Dominik Stadler | 2016-11-25 | 2 | -7/+75 |
* | Revert deprecating a class that we still use ourselves and update error text ... | Dominik Stadler | 2016-11-25 | 2 | -6/+1 |
* | Include actual entries when we do not find a Document-entry | Dominik Stadler | 2016-11-25 | 1 | -1/+1 |
* | Bug 59200: Check for actual Excel limits on data validation title/text | Dominik Stadler | 2016-11-25 | 4 | -19/+126 |
* | Remove unnecessary cast and reformat some code a bit | Dominik Stadler | 2016-11-25 | 7 | -501/+416 |
* | bug 60416: prefer CellReference ref over String ref | Javen O'Neal | 2016-11-24 | 2 | -2/+2 |
* | bug 60416: Reduce Hyperlink memory consumption in SXSSF; patch from Dmitry Ka... | Javen O'Neal | 2016-11-24 | 1 | -1/+1 |
* | bug 60343, return null if index is out of bounds in StylesTable's getStyleAt(... | Tim Allison | 2016-11-22 | 2 | -16/+17 |
* | Bug 60373 - TableCell.getTextHeight() returns Null pointer Exception | Andreas Beeker | 2016-11-18 | 4 | -8/+50 |
* | Fix missing directory 'maven' in source release packages, adjust the related ... | Dominik Stadler | 2016-11-14 | 1 | -1/+1 |
* | #60331 - Remove deprecated classes (POI 3.16) - remove StylesTable.getNumberF... | Andreas Beeker | 2016-11-12 | 3 | -36/+31 |
* | SonarCube fixes | Andreas Beeker | 2016-11-12 | 2 | -28/+21 |
* | SonarCube fixes | Andreas Beeker | 2016-11-12 | 6 | -25/+28 |
* | - SonarCube fixes | Andreas Beeker | 2016-11-11 | 37 | -603/+406 |
* | Bug 60345 - Handle corrupt PICT streams | Andreas Beeker | 2016-11-10 | 3 | -24/+151 |
* | Bug 59273 - Unable to create pptx file by potx file using Apache POI | Andreas Beeker | 2016-11-10 | 3 | -5/+27 |
* | bug 60321: add examples with encrypted temp data. Patch from PJ Fanning. | Javen O'Neal | 2016-11-08 | 8 | -0/+703 |
* | Pull up one more test into BaseTestConditionalFormatting | Dominik Stadler | 2016-11-07 | 2 | -102/+97 |
* | Adjust imports, fix some Javadoc issues and ignore deprecation warnings in tests | Dominik Stadler | 2016-11-07 | 4 | -12/+8 |
* | Add setFormattingRanges() to interface ConditionalFormatting, closes #42 | Dominik Stadler | 2016-11-07 | 4 | -62/+178 |
* | Example AligningCells: Use int instead of short for column-index, closes Gith... | Dominik Stadler | 2016-11-07 | 2 | -30/+33 |
* | POI-60341, add test document (ugh, mea culpa), turn on test. | Tim Allison | 2016-11-07 | 1 | -1/+1 |
* | Move XWPF examples to new package to clean up code coverage | Mark Murphy | 2016-11-07 | 7 | -7/+45 |
* | 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHead... | Mark Murphy | 2016-11-05 | 4 | -49/+183 |
* | POI-60342: handle missing sdtcontentcell in an sdtcell | Tim Allison | 2016-11-04 | 1 | -46/+50 |
* | POI-60341: handle missing sdtpr in an sdtbody | Tim Allison | 2016-11-04 | 2 | -25/+39 |
* | As requested on StackOverflow, expose on CellStyle QuotePrefix/123Prefix | Nick Burch | 2016-11-04 | 3 | -1/+52 |
* | More unit testing for XWPF list numbering complex cases, and some TODOs on im... | Nick Burch | 2016-11-04 | 2 | -2/+86 |
* | bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require Spre... | Javen O'Neal | 2016-11-02 | 2 | -17/+1 |
* | bug 60331: remove deprecated EntryUtils.copyNodes( DirectoryEntry, DirectoryE... | Javen O'Neal | 2016-11-02 | 2 | -21/+4 |
* | show example of equivalent EntryUtils.copyNodes using FilteringDirectoryNode ... | Javen O'Neal | 2016-11-02 | 1 | -9/+3 |
* | Handle null returns of coerceValueToBoolean | Andreas Beeker | 2016-11-01 | 1 | -1/+1 |
* | findbugs fix | Andreas Beeker | 2016-11-01 | 2 | -67/+41 |
* | findbugs fix | Andreas Beeker | 2016-11-01 | 1 | -1/+0 |
* | JCE policy assumption fix | Andreas Beeker | 2016-11-01 | 2 | -0/+9 |
* | Bug 60320 - issue opening password protected xlsx | Andreas Beeker | 2016-11-01 | 12 | -84/+345 |
* | remove println | Tim Allison | 2016-10-31 | 1 | -1/+0 |
* | 60293 -- Handle illegal "Odd" header/footer in XWPF | Tim Allison | 2016-10-31 | 2 | -4/+23 |
* | 57366: XWPFTable to Header / Footer | Mark Murphy | 2016-10-30 | 6 | -39/+237 |
* | Bug 53611: populate dimension of XSSF Worksheet when writing the document | Dominik Stadler | 2016-10-29 | 2 | -7/+48 |
* | Bug 59026: Add two null-checks to make exporting XLSX to XML work | Dominik Stadler | 2016-10-28 | 2 | -33/+45 |
* | 60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParser | Tim Allison | 2016-10-28 | 2 | -1/+5 |
* | 60305 -- gracefully handle truncated images while reading pictstream | Tim Allison | 2016-10-28 | 1 | -0/+8 |
* | whitespace clean up before fix for BUG-60305 | Tim Allison | 2016-10-28 | 1 | -311/+318 |
* | whitespace clean up before fix for BUG-60305 | Tim Allison | 2016-10-28 | 1 | -401/+412 |
* | fix javadocs | Andreas Beeker | 2016-10-26 | 2 | -2/+2 |
* | Bug 60059 - Deprecate xslf.usermodel.Drawing* - was: Can't change text of Dra... | Andreas Beeker | 2016-10-26 | 11 | -91/+151 |