| Commit message (Expand) | Author | Age | Files | Lines |
* | regression #55902 - Mixed fonts issue with Chinese characters (unable to for... | Andreas Beeker | 2016-12-03 | 3 | -16/+98 |
* | #60331 - Remove deprecated classes - remove constructors with PackageRelation... | Andreas Beeker | 2016-12-03 | 55 | -572/+32 |
* | SonarCube fix - make members private | Andreas Beeker | 2016-12-01 | 10 | -63/+129 |
* | Move test to correct package and add some more checks | Dominik Stadler | 2016-12-01 | 2 | -36/+66 |
* | 60329: Avoid NPE when styleid is null | Mark Murphy | 2016-12-01 | 2 | -6/+41 |
* | sonarcube fixes | Andreas Beeker | 2016-11-29 | 3 | -29/+31 |
* | #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a... | Andreas Beeker | 2016-11-29 | 2 | -4/+22 |
* | forbidden apis fix | Andreas Beeker | 2016-11-29 | 1 | -1/+2 |
* | #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a... | Andreas Beeker | 2016-11-29 | 4 | -123/+226 |
* | #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a... | Andreas Beeker | 2016-11-28 | 9 | -281/+424 |
* | javadocs fix | Andreas Beeker | 2016-11-28 | 1 | -7/+1 |
* | #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 |