aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-1729-40/+40
* some javadoc fixesPJ Fanning2017-07-151-2/+2
* github #43: fix roundUp and roundDown.Javen O'Neal2017-07-131-4/+7
* [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
* Remove more deprecated code (especially from Spreadsheet Cell classes)PJ Fanning2017-06-302-16/+10
* remove deprecated org.apache.poi.hssf.record.RecordFormatExceptionPJ Fanning2017-06-291-1/+1
* Remove old XSSFWorkbook wb.xssfSheetIterator methodPJ Fanning2017-06-291-1/+0
* Ensure SpreadsheetVersion is set for AreaReferencesPJ Fanning2017-06-283-18/+16
* Remove some deprecated *SSF APIsPJ Fanning2017-06-284-16/+42
* [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
* 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
* Move one testcase with incorrect source locationDominik Stadler2017-06-091-3/+3
* fix eclipse resource leak warningsAndreas Beeker2017-05-311-99/+107
* 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
* github-43: add disabled unit test showing a problem with ROUNDUP(3987*0.2, 2)...Javen O'Neal2017-05-162-20/+67
* Fix bug #61007Greg Woolsey2017-04-191-1/+1
* Fix bug #61007Greg Woolsey2017-04-191-1/+11
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-1711-24/+24
* add helper functions to make it easier to see which scenarios are being testedJaven O'Neal2017-02-241-33/+60
* Bug #56822 fix COUNTIFS()Greg Woolsey2017-02-141-71/+0
* escape unicode charsAndreas Beeker2017-02-111-6/+6
* bug 59227: parse dates formatted in Japanese or Chinese. Change javac source ...Javen O'Neal2017-02-081-0/+31
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-0827-3522/+3522
* Adjust expected font-size in tests, XSSF seems to use slightly larger fonts o...Dominik Stadler2017-01-261-2/+2
* Move test to base-test-class to run it for (S)XSSF as wellDominik Stadler2017-01-261-28/+64
* Bug 60031: Enhance test some moreDominik Stadler2017-01-261-8/+21
* bug 60031: DataFormatter parses months incorrectly when put at the end of dat...Javen O'Neal2017-01-201-0/+12
* remove unused importsJaven O'Neal2017-01-201-1/+0
* bug 60605: remove code for enforcing rule that active sheet cannot be hiddenJaven O'Neal2017-01-201-26/+0
* bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enumJaven O'Neal2017-01-201-1/+63
* bug 60601: unlink hyperlinks from a sheet if all hyperlinks have been removed...Javen O'Neal2017-01-191-0/+23
* fix eclipse warnings - close resources / type genericsAndreas Beeker2017-01-156-35/+51
* bug 60260: parse unicode sheet namesJaven O'Neal2017-01-121-0/+15
* Bug 60369: Adjust pattern to better handle non-ASCII characters in Month-name...Dominik Stadler2016-12-301-0/+160
* Bug 60452: WorkdayCalculator calculateWorkdays does return wrong value for sa...Dominik Stadler2016-12-301-1/+52
* Adjust toString() of ExternalNameRecordDominik Stadler2016-12-121-1/+0
* Fix newly introduced Sonar issues and allow text to be nullDominik Stadler2016-11-271-4/+7
* Bug 60370: Encode some special characters when setting title/text for validat...Dominik Stadler2016-11-251-3/+44
* Bug 59200: Check for actual Excel limits on data validation title/textDominik Stadler2016-11-251-9/+73
* Pull up one more test into BaseTestConditionalFormattingDominik Stadler2016-11-071-7/+97