| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix close warnings | Nick Burch | 2016-10-25 | 1 | -11/+18 |
* | Whitespace | Nick Burch | 2016-10-25 | 1 | -72/+72 |
* | v5 text extraction | Nick Burch | 2016-10-25 | 2 | -5/+5 |
* | Inconsistent whitespace | Nick Burch | 2016-10-25 | 5 | -142/+142 |
* | Refactor child pointer logic to the factory | Nick Burch | 2016-10-25 | 6 | -64/+104 |
* | Work in progress - v5 pointer containers | Nick Burch | 2016-10-25 | 2 | -8/+53 |
* | Partial Visio v5 pointer support | Nick Burch | 2016-10-25 | 4 | -8/+91 |
* | Adds an example for building headers and footers in XWPF | Mark Murphy | 2016-10-24 | 1 | -0/+59 |
* | Allow more time for a unit-test when running on slow Gump VM | Dominik Stadler | 2016-10-24 | 1 | -2/+10 |
* | Bug 60294 - Add "unknown" ShapeType for 4095 | Andreas Beeker | 2016-10-22 | 2 | -0/+17 |
* | Bug 60289: Fix handling of unicode escapes with lowercase hex-chars | Dominik Stadler | 2016-10-21 | 2 | -9/+22 |
* | Correctly handle all types of old files, not just word | Dominik Stadler | 2016-10-21 | 1 | -2/+1 |
* | Fix some IDE warnings, JavaDoc, ... | Dominik Stadler | 2016-10-21 | 7 | -217/+175 |
* | bug 60288: remove defensive copy for internal relationships. Patch from Tim H... | Javen O'Neal | 2016-10-21 | 2 | -7/+4 |