aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fa...Andreas Beeker2016-10-092-4/+7
* whitespaceJaven O'Neal2016-10-091-57/+57
* bug 60230: add disabled unit test from PJ Fanning for a roundtrip write/read ...Javen O'Neal2016-10-091-0/+59
* bug 60153: java.nio.charset.StandardCharsets is not available until Java 7. U...Javen O'Neal2016-10-091-2/+6
* bug 60153: patch from PJ Fanning to demonstrate that SXSSFWorkbook SheetDataW...Javen O'Neal2016-10-094-10/+159
* fix findbugs warning BC_VACUOUS_INSTANCEOF from bug 55075Javen O'Neal2016-10-091-4/+4
* bug 60228: getCellTypeEnum should not be deprecated until after getCellType r...Javen O'Neal2016-10-094-11/+2
* bug 60153: findbugs OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE close opened st...Javen O'Neal2016-10-091-3/+17
* bug 55075: add missing importJaven O'Neal2016-10-091-0/+1
* 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-096-2/+404
* bug 60021: add note that EncryptionInfo may require poi-ooxml.jar to run Encr...Javen O'Neal2016-10-091-0/+19
* 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-094-11/+202
* bug 60219: add disabled unit test for parsing formulas containing external wo...Javen O'Neal2016-10-081-1/+37
* Bug 60003 - Regression: HSLF Powerpoint text extractor from footer of master ...Andreas Beeker2016-10-083-25/+74
* Bug 60226 - ClassLoader workaround for OSGI when processing OOXML filesAndreas Beeker2016-10-083-34/+103
* Add initial compile steps with a simple multi-project setup to build.gradleDominik Stadler2016-10-072-105/+70
* bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch f...Javen O'Neal2016-10-073-6/+10
* Bug 59958: Add simple test-caseDominik Stadler2016-10-052-1/+56
* Use IOUtils.closeQuietly() in more placesDominik Stadler2016-10-055-66/+96
* Bug 53028: Broken auto fit row height in the cells with word wrapDominik Stadler2016-10-052-10/+22
* Print out size of extracted text in CommandLineExtractorDominik Stadler2016-10-051-22/+25
* Some IDE warning fixes and unit test adjustmentsDominik Stadler2016-10-053-26/+24
* Javadoc fixesNick Burch2016-10-051-9/+9
* Add PropertyTemplate for drawing Borders (58787)Mark Murphy2016-10-056-0/+2277
* Javadoc fixesNick Burch2016-09-302-2/+0
* bug 60187: set BorderStyle directly instead of through short codeJaven O'Neal2016-09-301-6/+37
* bug 60187: replace methods operating on BorderStyle codes with BorderStyle enumsJaven O'Neal2016-09-302-22/+172
* Bug 59857 - Password protected files with "Microsoft Enhanced Cryptographic P...Andreas Beeker2016-09-2870-1933/+2841
|\
| * merge trunk to branchAndreas Beeker2016-09-2851-344/+1028
| * merge trunk to branchAndreas Beeker2016-09-19124-758/+1713
| * merge trunk to branchAndreas Beeker2016-08-1910-1193/+1399
| * add encryption supportAndreas Beeker2016-08-1925-190/+587
| * forgot cryptoapi encryption flagsAndreas Beeker2016-08-081-8/+16
| * merge down trunkAndreas Beeker2016-08-0847-1286/+1935
| * HSSF CryptoAPI decryption supportAndreas Beeker2016-08-0830-1107/+1054
| * Preparations for hssf_cryptoapi:Andreas Beeker2016-08-0338-814/+1375
* | Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fi...Dominik Stadler2016-09-287-58/+48
* | bug 57843: add failing unit test: Word 6.0 (1993) fails with ArrayIndexOutOfB...Javen O'Neal2016-09-222-0/+18
* | 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
* | use equalsIgnoreCase for case-insensitive string comparisonsJaven O'Neal2016-09-221-2/+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-2114-92/+111
* | replace @Ignore with POITestCase.skipTest/testPassesNowJaven O'Neal2016-09-212-9/+27