| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Print out amount of available memory during startup of OOXMLLite" | Dominik Stadler | 2016-12-11 | 1 | -7/+0 |
* | Adjust some missing/incorrec throws and related javadoc | Dominik Stadler | 2016-12-11 | 2 | -15/+14 |
* | Print out amount of available memory during startup of OOXMLLite | Dominik Stadler | 2016-12-11 | 1 | -0/+7 |
* | SonarCube fix - make members private | Andreas Beeker | 2016-12-04 | 2 | -5/+5 |
* | #60331 - Remove deprecated classes - remove constructors with PackageRelation... | Andreas Beeker | 2016-12-03 | 52 | -551/+10 |
* | SonarCube fix - make members private | Andreas Beeker | 2016-12-01 | 2 | -2/+2 |
* | Move test to correct package and add some more checks | Dominik Stadler | 2016-12-01 | 1 | -0/+66 |
* | 60329: Avoid NPE when styleid is null | Mark Murphy | 2016-12-01 | 1 | -3/+7 |
* | #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a... | Andreas Beeker | 2016-11-29 | 1 | -4/+9 |
* | #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a... | Andreas Beeker | 2016-11-28 | 1 | -27/+8 |
* | Fix newly introduced Sonar issues and allow text to be null | Dominik Stadler | 2016-11-27 | 1 | -12/+13 |
* | Bug 60370: Encode some special characters when setting title/text for validat... | Dominik Stadler | 2016-11-25 | 1 | -4/+31 |
* | Bug 59200: Check for actual Excel limits on data validation title/text | Dominik Stadler | 2016-11-25 | 1 | -3/+15 |
* | 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 | 1 | -0/+9 |
* | Bug 60373 - TableCell.getTextHeight() returns Null pointer Exception | Andreas Beeker | 2016-11-18 | 1 | -3/+8 |
* | #60331 - Remove deprecated classes (POI 3.16) - remove StylesTable.getNumberF... | Andreas Beeker | 2016-11-12 | 2 | -19/+12 |
* | SonarCube fixes | Andreas Beeker | 2016-11-12 | 1 | -2/+5 |
* | - SonarCube fixes | Andreas Beeker | 2016-11-11 | 11 | -19/+394 |
* | Bug 59273 - Unable to create pptx file by potx file using Apache POI | Andreas Beeker | 2016-11-10 | 1 | -0/+6 |
* | Adjust imports, fix some Javadoc issues and ignore deprecation warnings in tests | Dominik Stadler | 2016-11-07 | 2 | -3/+4 |
* | Add setFormattingRanges() to interface ConditionalFormatting, closes #42 | Dominik Stadler | 2016-11-07 | 1 | -53/+79 |
* | 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHead... | Mark Murphy | 2016-11-05 | 2 | -22/+75 |
* | 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 | 1 | -25/+29 |
* | As requested on StackOverflow, expose on CellStyle QuotePrefix/123Prefix | Nick Burch | 2016-11-04 | 1 | -1/+18 |
* | More unit testing for XWPF list numbering complex cases, and some TODOs on im... | Nick Burch | 2016-11-04 | 1 | -2/+2 |
* | findbugs fix | Andreas Beeker | 2016-11-01 | 1 | -1/+0 |
* | Bug 60320 - issue opening password protected xlsx | Andreas Beeker | 2016-11-01 | 4 | -75/+145 |
* | 60293 -- Handle illegal "Odd" header/footer in XWPF | Tim Allison | 2016-10-31 | 1 | -4/+16 |
* | 57366: XWPFTable to Header / Footer | Mark Murphy | 2016-10-30 | 2 | -16/+99 |
* | Bug 53611: populate dimension of XSSF Worksheet when writing the document | Dominik Stadler | 2016-10-29 | 1 | -0/+20 |
* | Bug 59026: Add two null-checks to make exporting XLSX to XML work | Dominik Stadler | 2016-10-28 | 1 | -13/+18 |
* | 60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParser | Tim Allison | 2016-10-28 | 1 | -1/+2 |
* | 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 | 9 | -76/+143 |
* | Bug 60289: Fix handling of unicode escapes with lowercase hex-chars | Dominik Stadler | 2016-10-21 | 1 | -2/+7 |
* | bug 60288: remove defensive copy for internal relationships. Patch from Tim H... | Javen O'Neal | 2016-10-21 | 2 | -7/+4 |
* | BUG-60286 avoid NPE XWPFRun. Didn't add unit test or document...didn't seem ... | Tim Allison | 2016-10-20 | 1 | -1/+1 |
* | BUG-60285 avoid NPE if missing relationship id | Tim Allison | 2016-10-20 | 1 | -1/+11 |
* | Bug 55714 - Background image ignored on slide copy | Andreas Beeker | 2016-10-19 | 1 | -9/+26 |
* | add @Override decorators to SheetIterator, move code outside of for-loop | Javen O'Neal | 2016-10-19 | 1 | -5/+11 |
* | bug 60255: use actual number of package parts rather than hard-coding an uppe... | Javen O'Neal | 2016-10-19 | 1 | -1/+2 |
* | make code more similar between default case and indexed case | Javen O'Neal | 2016-10-19 | 1 | -4/+6 |
* | #60255 When creating a XSSF drawing, find the next available document part, e... | Nick Burch | 2016-10-14 | 2 | -1/+52 |
* | bug 56781,60246: fix named range validation to match valid name rules per Exc... | Javen O'Neal | 2016-10-14 | 1 | -11/+47 |
* | bug 60253: add helper functions to make the constructor formula1-overloading ... | Javen O'Neal | 2016-10-14 | 1 | -9/+18 |
* | bug 60253: remove repeated check for ValidationType.ANY | Javen O'Neal | 2016-10-14 | 1 | -1/+0 |
* | bug 60253: revert XSSFDataValidationConstraint#prettyPrint QUOTE change in r1... | Javen O'Neal | 2016-10-14 | 1 | -4/+4 |