summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bug 56454: keep XSSFRowShifter#shiftMerged in sync with HSSFSheet: when shift...Javen O'Neal2016-06-202-1/+4
* bug 56454: deprecate shiftMerged with unused parameter, move loop-invariant o...Javen O'Neal2016-06-201-9/+20
* bug 56454: add disabled unit test based on Jörg Selbach's test case showing ...Javen O'Neal2016-06-201-0/+33
* object-oriented methods are preferred over utility classes for discoverabilityJaven O'Neal2016-06-201-0/+1
* bug 59729: update CellRangeUtilJaven O'Neal2016-06-201-34/+48
* whitespace (tabs to spaces)Javen O'Neal2016-06-201-31/+28
* mv o.a.p.hssf.record.cf.CellRangeUtil o.a.p.ss.util.CellRangeUtilJaven O'Neal2016-06-204-8/+4
* bug 56454: add CellRangeAddress#containsRow and containsColumnJaven O'Neal2016-06-202-4/+51
* findbugs fixesAndreas Beeker2016-06-204-16/+25
* convert TestCellRangeAddress from junit3 to junit4Javen O'Neal2016-06-202-7/+19
* bug 56958: replace java.awt.Rectangle#intersects with native implementation t...Javen O'Neal2016-06-191-32/+5
* bug 59728: add disabled unit test: should not be able to add an array formula...Javen O'Neal2016-06-191-0/+33
* Regression fixesAndreas Beeker2016-06-192-17/+90
* bug 56958: slightly improve performance when checking array formulasJaven O'Neal2016-06-192-9/+13
* #59724 Take advantage of all POIDocument classes being Closeable to tidy the ...Nick Burch2016-06-196-21/+23