aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add .ttf to ignored test integration resources Andreas Beeker2017-07-081-0/+1
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-0810-77/+346
* [Bug 58975] add test case for new function args default of 255PJ Fanning2017-07-081-0/+39
* [github-25] support excel number trailing comma format - Thabks to Luca Marti...PJ Fanning2017-07-062-7/+86
* [Bug 58975] do not cast numberOfOperands to byte in AbstractFunctionPtgPJ Fanning2017-07-053-3/+68
* fix javadoc issuePJ Fanning2017-07-031-1/+1
* [Bug 60422] fix data formatter issue with specific format in German localePJ Fanning2017-07-039-89/+213
* [Bug 61246] remove flush methodPJ Fanning2017-07-032-8/+5
* [Bug 61246] fix issue where SXSSF sheet data has unicode surrogate chars repl...PJ Fanning2017-07-032-7/+96
* Remove check for jdk1.5 in test because POI now only supports jre1.6 and upPJ Fanning2017-07-031-22/+15
* Add missing deprecations for CellType methods that return intsPJ Fanning2017-07-022-0/+3
* add test case for date formatting using different localesPJ Fanning2017-07-021-1/+14
* add version.id to release notes in update-download templateAndreas Beeker2017-07-011-1/+1
* #61243 - Refactor and unify toString/toXml in DDFAndreas Beeker2017-06-3043-992/+965
* Remove more deprecated code (MissingCellPolicy)PJ Fanning2017-06-305-60/+6
* 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