aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-3125-142/+1355
* #61943 - SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-12-3124-25/+25
* #61942 - Refactor PackagePartName handling and add getUnusedPartIndex methodAndreas Beeker2017-12-314-219/+225
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-314-96/+92
* #61940 - Replace ClassID statics with enumAndreas Beeker2017-12-314-71/+209
* #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jarAndreas Beeker2017-12-311-1/+1
* #61939 - Provide schema for AlternateContent - provide new ooxml-schemas-1.4.jarAndreas Beeker2017-12-304-8/+108
* Bug 58106: when a cell with a 'master' shared formula is removed, the next c...Yegor Kozlov2017-12-304-1/+82
* Bugzilla 61116: Formula evaluation fails when using matrix addition within in...Yegor Kozlov2017-12-308-77/+102
* Disable test which currently breaks with every little change to the resulting...Dominik Stadler2017-12-281-1/+3
* Bug 61665: Enhance SSPerformanceTest some more to add a warmup run and allow ...Dominik Stadler2017-12-281-16/+38
* Fix bug 61787, which was introduced by bug 58067: Change how deleted content ...Dominik Stadler2017-12-283-3/+23
* Bug 61798: Fix usage of getLastCellNum(), unfortunately this is a bit mislead...Dominik Stadler2017-12-283-5/+29
* Bug 61911: Avoid IndexOutOfBounds access when reading picturesDominik Stadler2017-12-285-13/+40
* Fix IntelliJ warnings and code formatting, generalize ExcelToHtmlUtils, use t...Dominik Stadler2017-12-2824-360/+168
* Added a couple missing null checks.Greg Woolsey2017-12-282-2/+2
* Implement DMAX and DSUM functions, following the pattern from DMIN. Greg Woolsey2017-12-275-13/+142
* Remove misleading SXSSF loggingPJ Fanning2017-12-262-9/+7
* Bug 61869: updating a cell with shared formula produces an unreadable fileYegor Kozlov2017-12-203-6/+46
* use try with resourcesPJ Fanning2017-12-201-13/+15
* use try with resourcesPJ Fanning2017-12-201-3/+3
* use StandardCharsetsPJ Fanning2017-12-193-13/+6
* use StandardCharsetsPJ Fanning2017-12-1919-50/+43
* use non deprecated method for adding string to shared strings tablePJ Fanning2017-12-182-5/+5
* Bug 61859: support for evaluating comparison operators in array mode, detect ...Yegor Kozlov2017-12-189-18/+488
* 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-155-6/+129
* Bug-61792 simplify sxssf code that writes charsPJ Fanning2017-12-151-60/+22
* delete commented out codeJaven O'Neal2017-12-131-1/+0
* bug 57423: add unit test demonstrating corrupted workbook where CTRow xmlbean...Javen O'Neal2017-12-131-0/+38
* #61765 Another HSSF Workbook name found from (unknown) third party software p...Nick Burch2017-12-111-1/+2
* Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor r...Greg Woolsey2017-12-111-0/+0
* Bug 61882 - Some paths can create an XSSFColor instance with a null CTColor r...Greg Woolsey2017-12-1123-66/+113
* remove package name to ease the outputAndreas Beeker2017-12-091-1/+1
* #61881 - handle invalid font namesAndreas Beeker2017-12-093-3/+41
* #61841 Greg Woolsey2017-12-075-1/+4
* #61841 fix typo in method nameGreg Woolsey2017-12-066-7/+7
* Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu...Greg Woolsey2017-12-061-0/+17
* Bug #61841 - Unnecessary long computation when evaluating VLOOKUP on all colu...Greg Woolsey2017-12-0611-13/+97
* use try-with-resources in more placesPJ Fanning2017-12-053-139/+143
* use try-with-resources in more placesPJ Fanning2017-12-053-18/+13
* bug 61840: close workbook to prevent resource leak in unit testJaven O'Neal2017-12-011-1/+3
* bug 61840: add unit test showing that shiftRows does not produce #REF! formul...Javen O'Neal2017-12-011-0/+25
* Javadoc fixesNick Burch2017-11-273-5/+5
* Bump library version to match Ant defined versionNick Burch2017-11-271-1/+1
* XDDF usermodel for Charts closes #68 on GitHubAlain BĂ©arez2017-11-26110-1143/+5727
* #61809 - Infinite loop in SectionIDMap.get() and .put()Andreas Beeker2017-11-2411-164/+137
* use try with resources in examplesPJ Fanning2017-11-236-40/+10
* use try with resources in examplesPJ Fanning2017-11-236-177/+99
* Don't try to collect junit results for Maven when we only run Sonar-tasks and...Dominik Stadler2017-11-231-3/+5