aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove more deprecated code (BorderFormatting constants)PJ Fanning2017-06-305-152/+2
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-3021-1414/+235
* remove incomplete javadocsJaven O'Neal2017-06-301-9/+0
* add @Internal annotation to methods that return a CT* classJaven O'Neal2017-06-304-3/+60
* Expose one more bit of style information generically (for XSSF). If someone ...Greg Woolsey2017-06-294-0/+17
* Deprecated xssfSheetIterator has been removed, so remove javadoc referenceNick Burch2017-06-291-7/+1
* remove temporary jenkins debug outputAndreas Beeker2017-06-291-7/+0
* remove timezoned call to Date.toString() - SignatureProperties don't necessar...Andreas Beeker2017-06-292-5/+4
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-291-44/+0
* remove some unused importsPJ Fanning2017-06-298-7/+2
* remove deprecated POIXMLDocument.hasOOXMLHeaderPJ Fanning2017-06-292-22/+1
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-2942-226/+75
* Remove old XSSFWorkbook wb.xssfSheetIterator methodPJ Fanning2017-06-294-80/+1
* Remove old XSSFPaswordHelperPJ Fanning2017-06-294-69/+3
* Fix javadoc warningsNick Burch2017-06-283-5/+5
* Used deprecated external method removed, so remove internal methodNick Burch2017-06-281-11/+0
* Used deprecated external method removed, so remove internal methodNick Burch2017-06-281-15/+0
* add debugging info to find signature differencesAndreas Beeker2017-06-281-1/+19
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-2828-102/+227
* Bug 61182 - Invalid signature created for streamed xslx fileAndreas Beeker2017-06-286-394/+232
* Remove some deprecated *SSF APIsPJ Fanning2017-06-2841-479/+97
* Add import for javadocs referencesNick Burch2017-06-251-0/+1
* expand StaxHelperPJ Fanning2017-06-242-0/+92
* prepare for 3.17-beta2Andreas Beeker2017-06-2410-10/+10
* rollback invalid commit - r1799740Andreas Beeker2017-06-247-250/+284
* 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