summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* bug 55075: remove wildcard import; previous commit contributed by Frank PloesselJaven O'Neal2016-10-091-3/+1
* bug 55075,51233: create drawings with correct height when rows are custom heightJaven O'Neal2016-10-094-2/+337
* bug 60153: encrypt SXSSF temporary files; patch from PJ FanningJaven O'Neal2016-10-096-132/+343
* bug 60197: Workbook#setSheetOrder should update named range sheet indicesJaven O'Neal2016-10-092-6/+62
* bug 60219: add disabled unit test for parsing formulas containing external wo...Javen O'Neal2016-10-081-1/+37
* Bug 60226 - ClassLoader workaround for OSGI when processing OOXML filesAndreas Beeker2016-10-083-34/+103
* bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch f...Javen O'Neal2016-10-071-2/+6
* Bug 59958: Add simple test-caseDominik Stadler2016-10-052-1/+56
* Use IOUtils.closeQuietly() in more placesDominik Stadler2016-10-051-26/+18
* Print out size of extracted text in CommandLineExtractorDominik Stadler2016-10-051-22/+25
* Add PropertyTemplate for drawing Borders (58787)Mark Murphy2016-10-051-0/+136
* Bug 59857 - Password protected files with "Microsoft Enhanced Cryptographic P...Andreas Beeker2016-09-286-95/+121
|\
| * merge trunk to branchAndreas Beeker2016-09-2821-154/+618
| * merge trunk to branchAndreas Beeker2016-09-1944-302/+860
| * merge trunk to branchAndreas Beeker2016-08-192-1072/+1080
| * merge down trunkAndreas Beeker2016-08-0823-397/+582
| * Preparations for hssf_cryptoapi:Andreas Beeker2016-08-036-95/+121
* | bug 59687: correctly delete comments from rows when removing a row and the wo...Javen O'Neal2016-09-222-6/+7
* | bug 59687: add failing unit test showing that comments when the row that cont...Javen O'Neal2016-09-221-0/+18
* | check column outline level for bug 55076Javen O'Neal2016-09-221-3/+9
* | add failing unit test for bug 55076: collapsing column groups only hides the ...Javen O'Neal2016-09-221-0/+31
* | fix NPEJaven O'Neal2016-09-221-0/+1
* | add comment for purpose of testJaven O'Neal2016-09-221-0/+1
* | bug 45565: add failing unit test for bug 45565Javen O'Neal2016-09-221-0/+13
* | Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-216-13/+14
* | replace @Ignore with POITestCase.skipTest/testPassesNowJaven O'Neal2016-09-211-3/+3
* | bug 59983: add failing unit test demonstrating formula shifting is apply twic...Javen O'Neal2016-09-212-5/+51
* | bug 60153: move flushSheets out to its own methodJaven O'Neal2016-09-211-6/+12
* | javadocJaven O'Neal2016-09-211-2/+1
* | bug 59853: exclude BaseTestXSSFPivotTable from ooxml-liteJaven O'Neal2016-09-201-0/+1
* | bug 59853: support PivotTables with named structured references; patch from G...Javen O'Neal2016-09-206-114/+393
* | bug 59705: consolidate bounds checking of column index into a helper methodJaven O'Neal2016-09-161-32/+42
* | sheet names are case insensitiveJaven O'Neal2016-09-142-6/+25
* | make sure workbook can be written out and read back for all TestXSSFPivotTabl...Javen O'Neal2016-09-141-5/+18
* | convert TestXSSFPivotTable to junit4Javen O'Neal2016-09-142-5/+21
* | declare methods throw runtime exceptions for IDE hintsJaven O'Neal2016-09-141-4/+7
* | bug 60128: remove forbidden-api Exception.printStackTrace()Javen O'Neal2016-09-141-1/+0
* | javadocsJaven O'Neal2016-09-141-0/+2
* | bug 60128: make code Java 6 compatible. Throwable#addSuppressed not available...Javen O'Neal2016-09-141-2/+2
* | make logger finalJaven O'Neal2016-09-141-1/+1
* | bug 60128: close opened resources to avoid leaks; add exception as cause wher...Javen O'Neal2016-09-141-25/+29
* | give more helpful exceptions rather than returning null when zip file cannot ...Javen O'Neal2016-09-141-2/+8
* | bug 60128: close open file descriptors when exceptions are thrown from OPCPac...Javen O'Neal2016-09-146-40/+129
* | Unit test for bug #60128, showing that calling close on a broken package clea...Nick Burch2016-09-145-1/+70
* | move HSSFFormulaEvaluator#evaluateInCell and BaseXSSFFormulaEvaluator#evaluat...Javen O'Neal2016-09-144-54/+21
* | move BaseXSSFFormulaEvaluator#evaluateFormulaCellEnum(Cell) and HSSFFormulaEv...Javen O'Neal2016-09-141-55/+5
* | bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-143-4/+3
* | bug 59791: add deprecation and removal annotationsJaven O'Neal2016-09-141-0/+3
* | bug 58190: add @since annotations to SlideShow.addPicture and findPictureJaven O'Neal2016-09-141-0/+3
* | bug 59264: revert CellStyle#getBorder[Top|Bottom|Left|Right]() to return shor...Javen O'Neal2016-09-142-40/+59