aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* enable @Ignored unit test that is passing nowJaven O'Neal2016-07-021-2/+0
* findbugs REC_CATCH_EXCEPTION: catch specific exception types and include more...Javen O'Neal2016-07-021-2/+20
* +svn:eol-style=nativeJaven O'Neal2016-07-021-646/+646
* deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaRefer...Javen O'Neal2016-07-021-1/+4
* findbugs: DocumentInputStream.skip(long) result not checked; close DocumentIn...Javen O'Neal2016-07-021-61/+69
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-021-243/+243
* sonar fixesAndreas Beeker2016-07-0113-30/+28
* bug 59776: don't swallow cause of exception in ZipPackagePropertiesMashaller ...Javen O'Neal2016-07-011-1/+1
* forbidden-apis-fixAndreas Beeker2016-06-301-1/+2
* a few performance fixes to speed-up the testsAndreas Beeker2016-06-3012-157/+251
* #59739 When testing for a valid NFIB in a FileInformationBlock, accept common...Nick Burch2016-06-301-18/+27
* Bug 59739: For now fix the regression in FileInformationBlock which was intro...Dominik Stadler2016-06-303-3/+19
* Update to apache-rat-12Dominik Stadler2016-06-301-2/+3
* #59766 Need to catch Errors as well when trying to tweak SAX stuffNick Burch2016-06-271-0/+2
* prepare for 3.15-beta3Andreas Beeker2016-06-2510-10/+10
* release prepare for 3.15-beta2 - pin documentationAndreas Beeker2016-06-250-0/+0
* bug 59748: replace remaining Hashtable usages in contrib/poi-ruby and hssf ex...Javen O'Neal2016-06-252-5/+6
* add @Override annotation for updateOtherRecordReferences on PositionDependent...Javen O'Neal2016-06-253-7/+9
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-2414-181/+229
* Sonar fixesAndreas Beeker2016-06-2412-56/+56
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-2417-94/+114
* sonar fixAndreas Beeker2016-06-241-44/+17
* common-crawl-regression-fix: fallback to higher template level for default fo...Andreas Beeker2016-06-241-26/+8
* Fix for test-data of #59746Andreas Beeker2016-06-232-6/+4
* #59746 XSSF support for files from certain alternate tools where the row XML ...Nick Burch2016-06-232-1/+13
* Disabled unit test for bug #59746, test file from Rob OwenNick Burch2016-06-232-0/+15
* #59743 - ZipSecureFile throwing "zip bomb detected" exception when writing SX...Andreas Beeker2016-06-232-9/+63
* Ignore Tiff filesAndreas Beeker2016-06-221-0/+3
* sonar fixAndreas Beeker2016-06-221-17/+29
* javadoc fixes (jdk8)Andreas Beeker2016-06-2245-256/+229
* XSLFPictureData support for TIFF images - patch and tests from bug #59742 fro...Nick Burch2016-06-223-0/+18
* Fix inconsistent whitespace and indentsNick Burch2016-06-213-538/+537
* #59717 POIXMLProperties helper methods for reading and changing OOXML documen...Nick Burch2016-06-213-17/+130
* Provide an alternate method to get the OLE2 thumbnail that decodesNick Burch2016-06-211-4/+17
* bug 56781: make Name#validateName compatible on Java 6 (no Regex \p{IsAlphabe...Javen O'Neal2016-06-203-27/+64
* remove an unnecessary rowJaven O'Neal2016-06-201-1/+1
* bug 59733: cells do not need to be created for the XmlValueDisconnectedExcept...Javen O'Neal2016-06-201-4/+4
* bug 59733: add disabled unit test from DattathreyaJaven O'Neal2016-06-201-0/+30
* remove commented out @IgnoreJaven O'Neal2016-06-201-1/+0
* bug 56781: disallow names with symbols, except underscore, period, and backslashJaven O'Neal2016-06-204-9/+66
* add comments, adjust whitespaceJaven O'Neal2016-06-202-5/+14
* whitespace (tabs to spaces); +svnprop svn:eol-style=nativeJaven O'Neal2016-06-201-27/+27
* bug 57929: add disabled unit test, adapted from novaJaven O'Neal2016-06-201-0/+30
* bug 57523: off by one errorJaven O'Neal2016-06-201-1/+1
* bug 57523: add unit test written by Dominik StadlerJaven O'Neal2016-06-202-0/+15
* bug 59719: add unit test and comments/javadocs from Greg Woolsey for XSSFData...Javen O'Neal2016-06-202-15/+53
* whitespace (tabs to 4 spaces)Javen O'Neal2016-06-202-116/+116
* bug 59731: start migrating methods relating to row-shifting in HSSFSheet to H...Javen O'Neal2016-06-205-124/+231
* parameterize raw genericsJaven O'Neal2016-06-201-9/+11
* bug 59730: promote XSSFSheet#removeMergedRegions to Sheet interfaceJaven O'Neal2016-06-205-1/+71