summaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* #59056 - Render individual slideshow shapesAndreas Beeker2016-02-292-3/+49
* Fix NPE of regression testsAndreas Beeker2016-02-291-21/+13
* #59074 More helpful exception if Excel 1-95 files are given to ExtractorFactoryNick Burch2016-02-261-1/+1
* Refactor out the POIFS directory entry name for Excel 1-95 entries, and have ...Nick Burch2016-02-263-3/+14
* Refactor to pull out the list of Excel 97+ directory entry names to a common ...Nick Burch2016-02-263-22/+23
* Regression fixes for H/XSLF and HWMFAndreas Beeker2016-02-2422-107/+172
* Bug 47245: Comment out check and exception in case row-records are missing fo...Dominik Stadler2016-02-241-1/+3
* Include stacktrace of inner exception when block-positions are invalid in POI...Dominik Stadler2016-02-211-1/+3
* bug 56345: reject single-cell merged regionsJaven O'Neal2016-02-181-0/+4
* bug 58339: patch from Patrick Zimmermann to allow OFFSET() to accept missing ...Javen O'Neal2016-02-151-2/+9
* Add details of the ignored errors where the HSSF spec provides a good descrip...Nick Burch2016-02-152-4/+43
* Start generalising the IgnoredErrorType code for later HSSF use too #56892Nick Burch2016-02-151-0/+45
* Seems we need a cast here to compile with some newer JDKs, at least IntelliJ ...Dominik Stadler2016-02-151-3/+4
* Regression analysis: the additional testing of cloning sheets showed aDominik Stadler2016-02-131-3/+5
* remove deprecated (2009) HSSFComment#setColumn(short). int version is available.Javen O'Neal2016-01-311-8/+0
* HSSFComment: note a final fieldJaven O'Neal2016-01-311-7/+10
* fix O(n^2) runtime unnecessarily recreating an array inside a for-loopJaven O'Neal2016-01-311-3/+3
* Make OldExcelExtractor Closeable to be able to free up resources if getText()...Dominik Stadler2016-01-291-6/+25
* #41047 - Support hyperlinks in HSLF shapes and textrunsAndreas Beeker2016-01-245-3/+112
* Fix possible NullPointerException with invalid/unsupported image typesDominik Stadler2016-01-181-1/+7
* bug 58879: add SpreadsheetVersion to Workbook interfaceJaven O'Neal2016-01-162-0/+21
* #56004 - Support for WMF renderingAndreas Beeker2016-01-169-101/+279
* Regression in version 3.14-beta1: three or four-part formats with locale id c...Dominik Stadler2016-01-132-3/+8
* Eclipse warnings, helper unit-test, improve information provided in Exception...Dominik Stadler2016-01-131-1/+1
* Javadoc fixNick Burch2016-01-131-1/+1
* #58847 Getters/setters/removers for the additional well-known document summar...Nick Burch2016-01-132-1/+242
* #57796 - Support hyperlink extraction when rendering slidesAndreas Beeker2016-01-122-20/+64
* More Office 12 DSI property IDs, getters/setters to followNick Burch2016-01-111-0/+44
* Bump up the max DSI property ID, and list a few Office 12 well known IDsNick Burch2016-01-111-3/+16
* add other printStackTrace methods to forbidden-apis-checkAndreas Beeker2016-01-103-43/+4
* replace Throwable.printStackTrace() with POILogger calls - Todo: other printS...Andreas Beeker2016-01-1011-86/+75
* bug 58815: javadoc spellingJaven O'Neal2016-01-071-4/+4
* bug 58043: provide some compatibility between HSSF and XSSF in regards to val...Dominik Stadler2016-01-033-9/+28
* bug 58633 comment 5 and comment 6: add unit test coverage for CellUtil.java; ...Javen O'Neal2016-01-021-2/+11
* fix javadocsJaven O'Neal2016-01-023-5/+5
* bug 58633: Set multiple CellStyle properties at once. Patch from Mark Murphy.Javen O'Neal2016-01-023-15/+69
* javadocsJaven O'Neal2016-01-021-7/+7
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-314-24/+161
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-301-7/+31
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-301-0/+3
* fix javadocs warnings for r1721930 (bug 58775)Javen O'Neal2015-12-293-4/+4
* bug 58775: use short for data format index, int for cell style indexJaven O'Neal2015-12-283-9/+8
* java docsJaven O'Neal2015-12-281-1/+1
* make HSSFCellStyle attributes final, add Override decorators on all methodsJaven O'Neal2015-12-281-7/+55
* Fix some cases where file resources were not closed correctly, mostly when Ex...Dominik Stadler2015-12-221-3/+10
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-222-44/+55
* Handle some cases better where file handles were left open by the ExtractorFa...Dominik Stadler2015-12-201-1/+12
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-161-0/+5
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-141-0/+19
* fix forbidden apis issuesAndreas Beeker2015-12-131-1/+1