aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org
Commit message (Expand)AuthorAgeFilesLines
* Apply patch to add endSheet() to the XSSFEventBasedExcelExtractor, fixes bug ...Dominik Stadler2017-09-233-16/+17
* Bug 59747: Adjust order of first two entries in the resulting Zip to try to e...Dominik Stadler2017-09-221-4/+4
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-214-10/+22
* Apply patch from bug 61033 to add a XSSFWorkbook.setCellFormulaValidation(fal...Dominik Stadler2017-09-202-3/+29
* Bug 61528 - Pivot Table enhancements, new example [Thanks to R Kietel]. This ...PJ Fanning2017-09-191-5/+95
* Bug 61148: Fix calculating formula value, unfortunately we currently need to ...Dominik Stadler2017-09-193-13/+21
* Fix some IntelliJ warningsDominik Stadler2017-09-192-25/+9
* While working on bug 61148 I found that getCellType() and setCellErrorValue()...Dominik Stadler2017-09-191-28/+40
* use non-deprecated versions of getCellTypePJ Fanning2017-09-183-6/+6
* change HyperLink getType to return HyperlinkTypePJ Fanning2017-09-183-30/+31
* fix compiler warningsPJ Fanning2017-09-181-37/+37
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-183-6/+6
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-182-3/+3
* update getCellType to return CellType enum instead of intPJ Fanning2017-09-185-104/+65
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-185-248/+0
* Change getCachedFormulaResultType to return CellTypePJ Fanning2017-09-184-44/+34
* #60499 - Deleting a picture that is used twice on a slide corrupt the slideAndreas Beeker2017-09-173-12/+76
* Fix some warnings in OOXMLLite and move copyFile to IOUtilsDominik Stadler2017-09-171-31/+19
* Various code cleanups, "final" for static methods is useless, for-loops, simp...Dominik Stadler2017-09-179-28/+14
* Some more code cleanupDominik Stadler2017-09-171-1/+1
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-168-190/+0
* Use Integer.compare() where possibleDominik Stadler2017-09-161-1/+1
* Use Collections.singleton() where applicableDominik Stadler2017-09-162-4/+3
* Fix some warningsDominik Stadler2017-09-161-8/+2
* Remove unnecessary local variablesDominik Stadler2017-09-1614-30/+15
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-16128-359/+359
* Remove unused importsDominik Stadler2017-09-163-3/+0
* Remove unnecessary casts and toString() callsDominik Stadler2017-09-162-2/+2
* Remove unnecessary initialization of membersDominik Stadler2017-09-1654-188/+188
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-168-8/+8
* Adjust some more places for the new versions of some third party librariesDominik Stadler2017-09-151-3/+3
* Update third party libs to latest versionsDominik Stadler2017-09-151-1/+0
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-39/+0
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-142-12/+2
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-143-113/+70
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-142-58/+0
* Numeric Array Formula and Matrix Function [from Bob95132] This closes #69PJ Fanning2017-09-133-3/+30
* [bug-61515] fix xlsf issue with relationships [from Alain Bearez] This closes...PJ Fanning2017-09-131-0/+1
* #61478 - POI OOXML-Schema lookup uses wrong classloaderAndreas Beeker2017-09-051-14/+21
* While working on 61475, need to add a new line after picture text...not worth...Tim Allison2017-08-311-1/+1
* 61475 -- append text from pictures only once...bug from my work on 61470.Tim Allison2017-08-311-7/+4
* 61470 -- add extraction of content within ruby elements; allow users to conca...Tim Allison2017-08-302-46/+135
* Revert performance tuning done via Bug 61350 as it lead to problems when runn...Dominik Stadler2017-08-241-1/+3
* Add more non-test classes in OOXMLLite and add another font-metric that appearsDominik Stadler2017-08-192-8/+17
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-115-109/+64
* [Bug-61048] SXSSF module writes wrong escape sequence for carriage returnsPJ Fanning2017-08-091-31/+21
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-301-16/+45
* Add handling of alternate content elementsAndreas Beeker2017-07-291-15/+56
* Deleting a sheet did not delete table parts and relations. Deleting a table ...Greg Woolsey2017-07-283-1/+49
* [Bug-61354] fix issue with extracting text from Word docs. This closes #66PJ Fanning2017-07-281-18/+26