aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* Update third party libs to latest versionsDominik Stadler2017-09-152-13/+6
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-152-22/+1
* Remove javadoc references to removed classesNick Burch2017-09-152-7/+1
* remove deprecated inner classes from HSFColorPJ Fanning2017-09-151-739/+76
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-1412-217/+13
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-145-206/+25
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-142-106/+362
* Numeric Array Formula and Matrix Function [from Bob95132] This closes #69PJ Fanning2017-09-1312-5/+708
* Fixes bug #61468, caused by a confusing OOXML spec design as noted in JavaDoc...Greg Woolsey2017-08-291-4/+4
* Verify that bug 61294 is fixed now, add some more coverage for IOUtils in gen...Dominik Stadler2017-08-251-5/+5
* Fix 60384 and 60709: When shifting with merged regions we should correctly ch...Dominik Stadler2017-08-191-4/+21
* 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