aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org
Commit message (Expand)AuthorAgeFilesLines
* #60331 - Remove deprecated classes - deprecate Mutable* property classesAndreas Beeker2016-11-2717-3470/+2125
* SonarCube fixes - visibility of member attributesAndreas Beeker2016-11-271-47/+35
* Revert deprecating a class that we still use ourselves and update error text ...Dominik Stadler2016-11-251-5/+0
* Include actual entries when we do not find a Document-entryDominik Stadler2016-11-251-1/+1
* Bug 59200: Check for actual Excel limits on data validation title/textDominik Stadler2016-11-252-7/+38
* Bug 60373 - TableCell.getTextHeight() returns Null pointer ExceptionAndreas Beeker2016-11-181-2/+7
* SonarCube fixesAndreas Beeker2016-11-121-6/+5
* SonarCube fixesAndreas Beeker2016-11-123-3/+3
* - SonarCube fixesAndreas Beeker2016-11-1114-186/+189
* Bug 60345 - Handle corrupt PICT streamsAndreas Beeker2016-11-101-18/+100
* Add setFormattingRanges() to interface ConditionalFormatting, closes #42Dominik Stadler2016-11-072-0/+18
* As requested on StackOverflow, expose on CellStyle QuotePrefix/123PrefixNick Burch2016-11-042-0/+34
* bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require Spre...Javen O'Neal2016-11-021-15/+0
* bug 60331: remove deprecated EntryUtils.copyNodes( DirectoryEntry, DirectoryE...Javen O'Neal2016-11-022-21/+4
* show example of equivalent EntryUtils.copyNodes using FilteringDirectoryNode ...Javen O'Neal2016-11-021-9/+3
* Handle null returns of coerceValueToBooleanAndreas Beeker2016-11-011-1/+1
* Bug 60320 - issue opening password protected xlsxAndreas Beeker2016-11-014-2/+38
* Bug 60294 - Add "unknown" ShapeType for 4095Andreas Beeker2016-10-221-0/+5
* Fix some IDE warnings, JavaDoc, ...Dominik Stadler2016-10-214-63/+53
* 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