aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* #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
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-3/+3
* fix eclipse resource leak warningsAndreas Beeker2017-05-313-234/+243
* Bug 60898 - XSSFColor's getARGB() method returns a wrong color value when a w...Greg Woolsey2017-05-261-1/+1
* Bug 61063: Add a RefListEval to handle UnionPtg and implement it for Rank(), ...Dominik Stadler2017-05-232-24/+9
* github-55: document that CellReference#isRowWithinRange(String rowNum, Spread...Javen O'Neal2017-05-201-0/+18
* replace "String.indexOf(String) >= 1" with "String.contains(String)"Javen O'Neal2017-05-163-7/+10
* github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2)...Javen O'Neal2017-05-162-20/+67
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-145-233/+147
* HPSF: Change CustomProperties to delegateAndreas Beeker2017-05-031-3/+3
* HPSF: Enable new number types in VariantSupportAndreas Beeker2017-05-021-46/+82
* Fix hpsf javadocs and code issuesAndreas Beeker2017-05-026-854/+458
* 60325: Add commented out test that reproduces the performance issueDominik Stadler2017-04-301-37/+146
* bug 61034: Call to XSSFReader.getSheetsData() returns duplicate sheets.Javen O'Neal2017-04-291-0/+9
* bug 61049 fix ordering of builtin formulasTim Allison2017-04-271-2/+2
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-201-38/+34
* Use assertContains instead of assertTrue(text.contains) for better error mess...Javen O'Neal2017-04-192-25/+25