aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org
Commit message (Expand)AuthorAgeFilesLines
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-318-25/+540
* #61942 - Refactor PackagePartName handling and add getUnusedPartIndex methodAndreas Beeker2017-12-314-219/+225
* #61940 - Replace ClassID statics with enumAndreas Beeker2017-12-312-34/+21
* Bug 58106: when a cell with a 'master' shared formula is removed, the next c...Yegor Kozlov2017-12-302-1/+38
* Fix bug 61787, which was introduced by bug 58067: Change how deleted content ...Dominik Stadler2017-12-281-1/+7
* Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit mislead...Dominik Stadler2017-12-282-4/+4
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-283-43/+23
* Remove misleading SXSSF loggingPJ Fanning2017-12-262-9/+7
* Bug 61869: updating a cell with shared formula produces an unreadable fileYegor Kozlov2017-12-201-5/+14
* use try with resourcesPJ Fanning2017-12-201-13/+15
* use try with resourcesPJ Fanning2017-12-201-3/+3
* use StandardCharsetsPJ Fanning2017-12-191-2/+3
* use StandardCharsetsPJ Fanning2017-12-194-9/+9
* use non deprecated method for adding string to shared strings tablePJ Fanning2017-12-182-5/+5
* Bug-61906 fix javadoc issuePJ Fanning2017-12-151-1/+1
* Bug-61906 add API for working with RichStringText and deprecate API methods t...PJ Fanning2017-12-154-6/+61
* Bug-61792 simplify sxssf code that writes charsPJ Fanning2017-12-151-60/+22
* Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor r...Greg Woolsey2017-12-1112-25/+59
* #61841 Greg Woolsey2017-12-072-0/+2
* #61841 fix typo in method nameGreg Woolsey2017-12-062-2/+2
* Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu...Greg Woolsey2017-12-062-1/+27
* use try-with-resources in more placesPJ Fanning2017-12-053-18/+13
* Javadoc fixesNick Burch2017-11-272-3/+3
* XDDF usermodel for Charts closes #68 on GitHubAlain BĂ©arez2017-11-2659-633/+4697
* use try with resources in examplesPJ Fanning2017-11-234-25/+6
* Change order of handling shape-types in copy() as FreeFormShape derives from ...Dominik Stadler2017-11-237-34/+18
* add forbidden api checks for non-Locale toLowerCase and toUpperCasePJ Fanning2017-11-211-1/+3
* [bug-61792] basic testPJ Fanning2017-11-201-1/+3
* [bug-61792] some changes to avoid iterating over chars of StringsPJ Fanning2017-11-201-21/+12
* javadocs and Quick page improvements for XSSF Header/FooterMark Murphy2017-11-198-13/+83
* Fixes Bug 61764 Conditional formatting rules don't evaluate properly for some...Greg Woolsey2017-11-151-0/+4
* Fix setting a font-color if no previous color is defined for the fontDominik Stadler2017-11-132-1/+3
* bug 61745: add support for charts in XWPF/docx. Thanks to Sandeep Tiwari for ...Javen O'Neal2017-11-123-0/+183
* XWPFTable#getRows() should return an unmodifiable list unless the method can ...Javen O'Neal2017-11-121-1/+2
* make tableRows final; initialize where defined rather than in constructor.Javen O'Neal2017-11-121-3/+1
* deprecate XWPFTable#addNewRowBetween(int,int), which has not been implemented...Javen O'Neal2017-11-121-1/+12
* Surface XSSF Header/Footer Attributes (60887)Mark Murphy2017-11-118-24/+180
* Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica...Dominik Stadler2017-11-042-34/+33
* bug 61474, github #81: pull up methods from RowShifter to BaseRowColShifter, ...Javen O'Neal2017-11-043-3/+13
* bug 61474, github #81: remove @Internal RowShifter#updateRowFormulas, move to...Javen O'Neal2017-11-043-160/+118
* bug 61474, github #81: implement updateConditionalFormatting for ColumnShifterJaven O'Neal2017-11-043-59/+67
* bug 61474, github #81: implement updateNamedRanges for ColumnShifterJaven O'Neal2017-11-043-15/+22
* bug 61474, github #81: add ColumnShifter interface; deduplicate some code in ...Javen O'Neal2017-11-043-39/+145
* bug 61474, #81 on github: add @Override annotation; rename FormulaShifter shi...Javen O'Neal2017-11-041-25/+30
* rename ambiguous variable name shifter -> formulaShifterJaven O'Neal2017-11-041-2/+2
* whitespaceJaven O'Neal2017-11-041-12/+12
* #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide doesAndreas Beeker2017-11-021-0/+28
* use StringBuilder in more placesPJ Fanning2017-10-3117-344/+343
* add test case for bug 61701 and use StringBuilder in more placesPJ Fanning2017-10-315-9/+9
* consolidate duplicated code: XSSFWorkbook#setBookViewsIfMissing()Javen O'Neal2017-10-311-21/+11