aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary type argumentsDominik Stadler2017-09-161-1/+1
* Remove unused importsDominik Stadler2017-09-164-5/+0
* Remove unnecessary casts and toString() callsDominik Stadler2017-09-161-1/+1
* Remove unnecessary semicolonsDominik Stadler2017-09-161-2/+2
* Remove unnecessary initialization of membersDominik Stadler2017-09-166-9/+9
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-166-15/+15
* Tried to reproduce bug 61300, but could not.Dominik Stadler2017-09-162-16/+28
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-11/+0
* remove deprecated inner classes from HSFColorPJ Fanning2017-09-151-8/+6
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-142-52/+22
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-141-45/+0
* add missing licenses on test classesPJ Fanning2017-09-141-0/+17
* 60279 -- back off to brute-force search for macro content if offset informati...Tim Allison2017-09-141-0/+20
* Numeric Array Formula and Matrix Function [from Bob95132] This closes #69PJ Fanning2017-09-132-1/+228
* Verify that bug 61294 is fixed now, add some more coverage for IOUtils in gen...Dominik Stadler2017-08-251-1/+58
* Fix 60384 and 60709: When shifting with merged regions we should correctly ch...Dominik Stadler2017-08-191-6/+50
* #61381 - PushbackInputStreams passed to ZipHelper may not hold 8 bytesAndreas Beeker2017-08-111-4/+4
* Assert on the contents of the byte-array to see if the problem happens during...Dominik Stadler2017-08-011-0/+5
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-305-116/+66
* Refactor test somewhat to make it easier to see what it actually verifiesDominik Stadler2017-07-241-34/+53
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-1752-79/+79
* some javadoc fixesPJ Fanning2017-07-151-2/+2
* bug 61300 -- prevent really long (infinite?) loop on corrupt fileTim Allison2017-07-147-5/+32
* clean up whitespace and indentsTim Allison2017-07-141-640/+674
* avoid using non-ascii in unit testsTim Allison2017-07-141-1/+1
* bug 61286/bug 61287 -- allow WriteProtectRecord to have 2 bytes, and allow fo...Tim Allison2017-07-141-2/+11
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/...Tim Allison2017-07-141-9/+27
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-131-0/+136
* github #43: fix roundUp and roundDown.Javen O'Neal2017-07-131-4/+7
* #61266 Test for old unsupported MS Write WRI files, and give a more helpful e...Nick Burch2017-07-093-0/+104
* [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-061-3/+33
* [Bug 58975] do not cast numberOfOperands to byte in AbstractFunctionPtgPJ Fanning2017-07-051-0/+60
* [Bug 60422] fix data formatter issue with specific format in German localePJ Fanning2017-07-031-14/+7
* Remove check for jdk1.5 in test because POI now only supports jre1.6 and upPJ Fanning2017-07-031-22/+15
* add test case for date formatting using different localesPJ Fanning2017-07-021-1/+14
* #61243 - Refactor and unify toString/toXml in DDFAndreas Beeker2017-06-3015-263/+348
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-305-133/+131
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-2910-26/+34
* Remove old XSSFWorkbook wb.xssfSheetIterator methodPJ Fanning2017-06-291-1/+0
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-285-43/+50
* Remove some deprecated *SSF APIsPJ Fanning2017-06-289-43/+76
* expand StaxHelperPJ Fanning2017-06-241-0/+64
* [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
* bug 61045 -- allow for (and log!) extra bytes in FormatRecord.Tim Allison2017-06-201-2/+11
* whitespaceJaven O'Neal2017-06-201-71/+71
* bug 52063: support 2-argument LOOKUP(lookup_value, array) function in ExcelJaven O'Neal2017-06-201-3/+58
* Improve error message if we encounter invalid/unexpected files in integration...Dominik Stadler2017-06-191-13/+15