aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
* Revert "Print out amount of available memory during startup of OOXMLLite"Dominik Stadler2016-12-111-7/+0
* Adjust some missing/incorrec throws and related javadocDominik Stadler2016-12-112-15/+14
* Print out amount of available memory during startup of OOXMLLiteDominik Stadler2016-12-111-0/+7
* SonarCube fix - make members privateAndreas Beeker2016-12-042-5/+5
* #60331 - Remove deprecated classes - remove constructors with PackageRelation...Andreas Beeker2016-12-0352-551/+10
* SonarCube fix - make members privateAndreas Beeker2016-12-012-2/+2
* Move test to correct package and add some more checksDominik Stadler2016-12-011-0/+66
* 60329: Avoid NPE when styleid is null Mark Murphy2016-12-011-3/+7
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a...Andreas Beeker2016-11-291-4/+9
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a...Andreas Beeker2016-11-281-27/+8
* Fix newly introduced Sonar issues and allow text to be nullDominik Stadler2016-11-271-12/+13
* Bug 60370: Encode some special characters when setting title/text for validat...Dominik Stadler2016-11-251-4/+31
* Bug 59200: Check for actual Excel limits on data validation title/textDominik Stadler2016-11-251-3/+15
* bug 60416: prefer CellReference ref over String refJaven O'Neal2016-11-242-2/+2
* bug 60416: Reduce Hyperlink memory consumption in SXSSF; patch from Dmitry Ka...Javen O'Neal2016-11-241-1/+1
* bug 60343, return null if index is out of bounds in StylesTable's getStyleAt(...Tim Allison2016-11-221-0/+9
* Bug 60373 - TableCell.getTextHeight() returns Null pointer ExceptionAndreas Beeker2016-11-181-3/+8
* #60331 - Remove deprecated classes (POI 3.16) - remove StylesTable.getNumberF...Andreas Beeker2016-11-122-19/+12
* SonarCube fixesAndreas Beeker2016-11-121-2/+5
* - SonarCube fixesAndreas Beeker2016-11-1111-19/+394
* Bug 59273 - Unable to create pptx file by potx file using Apache POIAndreas Beeker2016-11-101-0/+6
* Adjust imports, fix some Javadoc issues and ignore deprecation warnings in testsDominik Stadler2016-11-072-3/+4
* Add setFormattingRanges() to interface ConditionalFormatting, closes #42Dominik Stadler2016-11-071-53/+79
* 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHead...Mark Murphy2016-11-052-22/+75
* POI-60342: handle missing sdtcontentcell in an sdtcellTim Allison2016-11-041-46/+50
* POI-60341: handle missing sdtpr in an sdtbodyTim Allison2016-11-041-25/+29
* As requested on StackOverflow, expose on CellStyle QuotePrefix/123PrefixNick Burch2016-11-041-1/+18
* More unit testing for XWPF list numbering complex cases, and some TODOs on im...Nick Burch2016-11-041-2/+2
* findbugs fixAndreas Beeker2016-11-011-1/+0
* Bug 60320 - issue opening password protected xlsxAndreas Beeker2016-11-014-75/+145
* 60293 -- Handle illegal "Odd" header/footer in XWPFTim Allison2016-10-311-4/+16
* 57366: XWPFTable to Header / Footer Mark Murphy2016-10-302-16/+99
* Bug 53611: populate dimension of XSSF Worksheet when writing the documentDominik Stadler2016-10-291-0/+20
* Bug 59026: Add two null-checks to make exporting XLSX to XML workDominik Stadler2016-10-281-13/+18
* 60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParserTim Allison2016-10-281-1/+2
* fix javadocsAndreas Beeker2016-10-262-2/+2
* Bug 60059 - Deprecate xslf.usermodel.Drawing* - was: Can't change text of Dra...Andreas Beeker2016-10-269-76/+143
* Bug 60289: Fix handling of unicode escapes with lowercase hex-charsDominik Stadler2016-10-211-2/+7
* bug 60288: remove defensive copy for internal relationships. Patch from Tim H...Javen O'Neal2016-10-212-7/+4
* BUG-60286 avoid NPE XWPFRun. Didn't add unit test or document...didn't seem ...Tim Allison2016-10-201-1/+1
* BUG-60285 avoid NPE if missing relationship idTim Allison2016-10-201-1/+11
* Bug 55714 - Background image ignored on slide copyAndreas Beeker2016-10-191-9/+26
* add @Override decorators to SheetIterator, move code outside of for-loopJaven O'Neal2016-10-191-5/+11
* bug 60255: use actual number of package parts rather than hard-coding an uppe...Javen O'Neal2016-10-191-1/+2
* make code more similar between default case and indexed caseJaven O'Neal2016-10-191-4/+6
* #60255 When creating a XSSF drawing, find the next available document part, e...Nick Burch2016-10-142-1/+52
* bug 56781,60246: fix named range validation to match valid name rules per Exc...Javen O'Neal2016-10-141-11/+47
* bug 60253: add helper functions to make the constructor formula1-overloading ...Javen O'Neal2016-10-141-9/+18
* bug 60253: remove repeated check for ValidationType.ANYJaven O'Neal2016-10-141-1/+0
* bug 60253: revert XSSFDataValidationConstraint#prettyPrint QUOTE change in r1...Javen O'Neal2016-10-141-4/+4