aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache
Commit message (Expand)AuthorAgeFilesLines
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-17173-561/+561
* some javadoc fixesPJ Fanning2017-07-155-10/+9
* bug 61300 -- prevent really long (infinite?) loop on corrupt fileTim Allison2017-07-144-2/+14
* bug 61286/bug 61287 -- allow WriteProtectRecord to have 2 bytes, and allow fo...Tim Allison2017-07-142-0/+10
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/...Tim Allison2017-07-141-46/+61
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-131-2/+33
* replace commented-out throw-away code that writes workbook to C:\temp\xxxxx.x...Javen O'Neal2017-07-131-0/+11
* replace return variable assignments with return statementsJaven O'Neal2017-07-131-6/+3
* github #43: fix roundUp and roundDown.Javen O'Neal2017-07-131-21/+7
* remove more deprecated methodsPJ Fanning2017-07-122-16/+3
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-091-2/+5
* fix spellingPJ Fanning2017-07-091-5/+5
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful e...Nick Burch2017-07-091-0/+13
* Rollback of r1801368 because of a generics bug with self-referenced types in ...Andreas Beeker2017-07-0923-24/+24
* SL Common: narrow generics definition because of tighter java9 checksAndreas Beeker2017-07-0923-24/+24
* #61169 - Text with Japanese characters overflows textboxAndreas Beeker2017-07-082-1/+37
* [github-25] support excel number trailing comma format - Thabks to Luca Marti...PJ Fanning2017-07-061-4/+53
* [Bug 58975] do not cast numberOfOperands to byte in AbstractFunctionPtgPJ Fanning2017-07-052-3/+8
* fix javadoc issuePJ Fanning2017-07-031-1/+1
* [Bug 60422] fix data formatter issue with specific format in German localePJ Fanning2017-07-038-75/+206
* #61243 - Refactor and unify toString/toXml in DDFAndreas Beeker2017-06-3027-721/+595
* Remove more deprecated code (MissingCellPolicy)PJ Fanning2017-06-301-41/+3
* Remove more deprecated code (BorderFormatting constants)PJ Fanning2017-06-303-137/+1
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-309-1085/+19
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-291-44/+0
* remove some unused importsPJ Fanning2017-06-293-4/+0
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-2932-200/+41
* Remove old XSSFPaswordHelperPJ Fanning2017-06-291-3/+0
* Fix javadoc warningsNick Burch2017-06-283-5/+5
* Used deprecated external method removed, so remove internal methodNick Burch2017-06-281-15/+0
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-289-27/+97
* Remove some deprecated *SSF APIsPJ Fanning2017-06-2814-214/+14
* expand StaxHelperPJ Fanning2017-06-241-0/+28
* Add StaxHelper to ensure that StAX parsers have sensible defaults, including ...PJ Fanning2017-06-243-2/+56
* Move my new unit conversions to the Units class, move and deprecate duplicate...Greg Woolsey2017-06-231-0/+39
* Bug 61203 - XSSFDrawing.getAnchorFromParent handles CTOneCellAnchor incorrect...Greg Woolsey2017-06-231-13/+27
* bug 61045 -- allow for (and log!) extra bytes in FormatRecord.Tim Allison2017-06-202-2/+69
* javadocJaven O'Neal2017-06-201-1/+1
* Javadoc fixNick Burch2017-06-201-1/+1
* bug 57919: close opened resourcesJaven O'Neal2017-06-201-0/+19
* bug 57919: add functions to write and close a POIDocument, guaranteeing closu...Javen O'Neal2017-06-201-0/+78
* whitespaceJaven O'Neal2017-06-201-1/+1
* bug 52063: support 2-argument LOOKUP(lookup_value, array) function in ExcelJaven O'Neal2017-06-201-2/+33
* Need to do the casting differently to make the code compile with Java 6Dominik Stadler2017-06-181-3/+4
* Fix some IntelliJ warningsDominik Stadler2017-06-182-3/+4
* #61169 - Text with Japanese characters overflows textbox Andreas Beeker2017-06-173-10/+23
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-148-199/+287
* Standardize some more common chart axis properties.Greg Woolsey2017-06-122-2/+16
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-10/+11
* Handle encrypted files with known password in integration testsAndreas Beeker2017-06-062-4/+36