summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tag r1799745 as 3.17-beta1REL_3_17_BETA1Andreas Beeker2017-06-247-250/+284
|\
| * rollback invalid commit - r1799740Andreas Beeker2017-06-247-250/+284
* | tag r1799740 as 3.17-beta1Andreas Beeker2017-06-240-0/+0
|/
* release prepare for 3.17-beta1 - pin documentationAndreas Beeker2017-06-247-284/+250
* Add StaxHelper to ensure that StAX parsers have sensible defaults, including ...PJ Fanning2017-06-244-4/+60
* Add file that failed regression tests as a unit test.Greg Woolsey2017-06-244-7/+49
* [Bug 60422] Fix forbidden-api build issuePJ Fanning2017-06-241-1/+1
* [Bug 60422] Tidy up test casePJ Fanning2017-06-241-4/+2
* Bug 60422 add testtestcase with current LocaleUtil workaroundPJ Fanning2017-06-231-0/+21
* Move my new unit conversions to the Units class, move and deprecate duplicate...Greg Woolsey2017-06-237-86/+87
* Bug 61203 Greg Woolsey2017-06-231-0/+16
* Bug 61203 - XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor incorrect...Greg Woolsey2017-06-235-53/+327
* bug 61045 -- allow for (and log!) extra bytes in FormatRecord.Tim Allison2017-06-204-4/+80
* bug 61053 -- not a fix, but this aligns XSSFBSheetHandler's behavior with str...Tim Allison2017-06-201-0/+9
* javadocJaven O'Neal2017-06-201-1/+1
* @Ignore("requires an internet connection to a 3rd party site"Javen O'Neal2017-06-201-1/+14
* unit test that is not written yet should failJaven O'Neal2017-06-201-0/+1
* simplify unit test code with IOUtils.write to a NullOutputStreamJaven O'Neal2017-06-201-7/+3
* Javadoc fixNick Burch2017-06-201-1/+1
* bug 57919: close opened resourcesJaven O'Neal2017-06-202-8/+36
* bug 57919: add functions to write and close a POIDocument, guaranteeing closu...Javen O'Neal2017-06-201-0/+78
* rename createXls and createXlsx helper functions: these are specifically for ...Javen O'Neal2017-06-201-32/+18
* bug 58113: this passes with SXSSF nowJaven O'Neal2017-06-201-1/+0
* bug 56557: open test-data/spreadsheet/56557.xlsx such that the unit test test...Javen O'Neal2017-06-201-8/+2
* whitespaceJaven O'Neal2017-06-202-72/+72
* bug 52063: support 2-argument LOOKUP(lookup_value, array) function in ExcelJaven O'Neal2017-06-202-5/+91
* Improve error message if we encounter invalid/unexpected files in integration...Dominik Stadler2017-06-193-14/+21
* Need to do the casting differently to make the code compile with Java 6Dominik Stadler2017-06-181-3/+4
* Don't try to clone a chart, this makes integration-tests work for a few more ...Dominik Stadler2017-06-184-8/+9
* Update forbidden-apis to version 2.3Dominik Stadler2017-06-181-2/+3
* Fix some IntelliJ warningsDominik Stadler2017-06-185-10/+14
* #61169 - Text with Japanese characters overflows textbox Andreas Beeker2017-06-175-38/+101
* Add missing file for test for bug 56557Dominik Stadler2017-06-161-0/+0
* Bug 56557: Fix handling chart sheets,Dominik Stadler2017-06-162-1/+24
* bug 61170: add comment why we should catch exceptions in SAXHelperJaven O'Neal2017-06-151-0/+4
* bug 61170: add extra logging to SaxHelper.Javen O'Neal2017-06-151-3/+14
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-1416-541/+739
* Standardize some more common chart axis properties.Greg Woolsey2017-06-128-18/+257
* Javadoc has some references to unit test classes, so put the junit jars on th...Nick Burch2017-06-101-0/+1
* Don't report data table master cells as formula cells, since POI doesn't eval...Greg Woolsey2017-06-101-2/+17
* Forbidden-APIs needs junit-jarsDominik Stadler2017-06-091-0/+1
* Move one testcase with incorrect source locationDominik Stadler2017-06-099-183/+182
* Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to No...Dominik Stadler2017-06-093-4/+21
* Update the CreateTable example to reduce the use of the raw CT classesNick Burch2017-06-074-29/+35
* Permit table style modifications, needed for CreateTableNick Burch2017-06-071-7/+29
* Make it possible to create simple XSSF sheet tables without needing CT classe...Nick Burch2017-06-072-28/+80
* XSSFTable should format numeric/date cells when used as Column Header names a...Nick Burch2017-06-073-2/+100
* Ignore JCE restriction errorsAndreas Beeker2017-06-072-5/+21
* Handle encrypted files with known password in integration testsAndreas Beeker2017-06-067-37/+140
* Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new ...Andreas Beeker2017-06-0627-225/+156