aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel...Tim Allison2016-10-201-1/+7
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-201-1/+11
* add StringUtil.count, inspired by Apache Commons Lang StringUtils#countMatche...Javen O'Neal2016-10-191-0/+20
* BUG-59302 --add minimal support for VBAMacro extraction to HSLF; credit to An...Tim Allison2016-10-191-1/+8
* remove @deprecated annotation from Enum-returning getters. These will be depr...Javen O'Neal2016-10-193-5/+0
* Fix some IDE warnings/javadoc/...Dominik Stadler2016-10-199-64/+31
* on Windows, a directory cannot contain a file and a directory with the same nameJaven O'Neal2016-10-191-1/+3
* findbugs: Switch statement found in org.apache.poi.sl.draw.DrawShape.applyTra...Javen O'Neal2016-10-191-0/+2
* add data type to UTF_16LEJaven O'Neal2016-10-191-1/+1
* remove java.nio.charset.StandardCharsets which is not available until Java 7Javen O'Neal2016-10-191-2/+3
* BUG 60273 -- Use codepageutil to get correct charset in VBAMacroReaderTim Allison2016-10-181-1/+2
* BUG 59858 -- avoid npe when there's a collision of record namesTim Allison2016-10-181-1/+1
* BUG 59830 -- incorrect reading of unicode stream nameTim Allison2016-10-181-0/+17
* BUG 60158 -- AIOOBE in VBAMacroReaderTim Allison2016-10-182-1/+4
* Bug 53191 - Problems with line style when converting ppt to pngAndreas Beeker2016-10-162-78/+99
* Bug 60029: apply suggested fix and fix some IntelliJ warningsDominik Stadler2016-10-151-25/+18
* add length sanity check for length of embedded OLE10Native (BUG 60256)Tim Allison2016-10-141-1/+4
* bug 56781,60246: fix named range validation to match valid name rules per Exc...Javen O'Neal2016-10-141-12/+48
* 53009: Problem creating header and footer Mark Murphy2016-10-131-0/+62
* Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fa...Andreas Beeker2016-10-091-1/+1
* bug 60228: getCellTypeEnum should not be deprecated until after getCellType r...Javen O'Neal2016-10-092-4/+0
* bug 60021: add note that EncryptionInfo may require poi-ooxml.jar to run Encr...Javen O'Neal2016-10-091-0/+19
* bug 60197: Workbook#setSheetOrder should update named range sheet indicesJaven O'Neal2016-10-091-5/+43
* bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch f...Javen O'Neal2016-10-072-4/+4
* Bug 53028: Broken auto fit row height in the cells with word wrapDominik Stadler2016-10-051-0/+1
* Some IDE warning fixes and unit test adjustmentsDominik Stadler2016-10-052-16/+13
* Javadoc fixesNick Burch2016-10-051-9/+9
* Add PropertyTemplate for drawing Borders (58787)Mark Murphy2016-10-053-0/+1080
* 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-301-12/+87
* Bug 59857 - Password protected files with "Microsoft Enhanced Cryptographic P...Andreas Beeker2016-09-2851-1522/+2256
|\
| * merge trunk to branchAndreas Beeker2016-09-2815-123/+248
| * merge trunk to branchAndreas Beeker2016-09-1933-251/+570
| * add encryption supportAndreas Beeker2016-08-1922-164/+552
| * forgot cryptoapi encryption flagsAndreas Beeker2016-08-081-8/+16
| * merge down trunkAndreas Beeker2016-08-0812-830/+949
| * HSSF CryptoAPI decryption supportAndreas Beeker2016-08-0821-960/+843
| * Preparations for hssf_cryptoapi:Andreas Beeker2016-08-0329-552/+1011
* | Adjust some JavaDoc and remove some unnecessary String.valueOf() calls and fi...Dominik Stadler2016-09-284-12/+14
* | use equalsIgnoreCase for case-insensitive string comparisonsJaven O'Neal2016-09-221-2/+1
* | Compiler/IDE warnings, unnecessary keywords,Dominik Stadler2016-09-213-72/+91
* | bug 59933: demote accessibility of POILogger implementations of log(int, Obje...Javen O'Neal2016-09-211-2/+2
* | bug 57200,59788: be more specific why a temporary directory could not be createdJaven O'Neal2016-09-211-4/+11
* | bug 59933: demote accessibility of POILogger implementations of log(int, Obje...Javen O'Neal2016-09-214-12/+18
* | bug 59933: demote accessibility of NullLogger methods to the same level as PO...Javen O'Neal2016-09-212-2/+12
* | make POILogFactory _loggers cache finalJaven O'Neal2016-09-211-1/+1
* | bug 59933: override POILogger#log(int, Object...) in NullLoggerJaven O'Neal2016-09-211-0/+12
* | Adjust handling of ByteBuffer some moreDominik Stadler2016-09-201-12/+11
* | bug 59705: consolidate bounds checking of column index into a helper methodJaven O'Neal2016-09-161-2/+2