aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Bug 61431 - Conditional formatting evaluation ignores undefined cellsGreg Woolsey2017-08-162-73/+66
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-118-222/+265
* Reformat code slightlyDominik Stadler2017-08-011-9/+5
* Fix further Windows JVM 6 font rendering errors - OOM and EXCEPTION_ACCESS_VI...Andreas Beeker2017-07-313-2/+9
* remove invalid javadocsAndreas Beeker2017-07-311-3/+0
* Javadoc fixesNick Burch2017-07-312-2/+0
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-305-296/+167
* Fix data validation value list evaluationGreg Woolsey2017-07-264-32/+100
* 61337 -- try to convert assertions to exceptions. I left in the assertions f...Tim Allison2017-07-262-0/+67
* 61346 add more sanity checks before allocating byte arrays in emf/wmfTim Allison2017-07-261-0/+15
* 61295 -- prevent potential oom in HPSF triggered by fuzzed fileTim Allison2017-07-251-3/+10
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-2313-166/+948
* My version of Java 6 chokes on Generics hereDominik Stadler2017-07-211-6/+3
* 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