aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/ss
Commit message (Expand)AuthorAgeFilesLines
* Some encryption fixes:Andreas Beeker2014-04-211-7/+3
* Tweak 'assertAlmostEquals' bast on Jenkins resultsNick Burch2014-04-181-1/+2
* Unit test for column autosizing of % valuesNick Burch2014-04-181-0/+6
* Bug 56315: Make rounding in MathX.round() behave equal to Excel, adjust/enhan...Dominik Stadler2014-04-181-16/+97
* performance issue: call toString() on a String object. This is entirely redun...Cédric Walter2014-03-312-9/+9
* Adjust for JDK 8 where an empty locale is added to the array returned by Date...Dominik Stadler2014-03-081-0/+6
* Enhance test to print out more information, it seems to fail on Apache Jenkin...Dominik Stadler2014-03-081-38/+49
* update *ssf-workbook tests to junit4Andreas Beeker2014-02-141-24/+44
* - Bug 51585 - WorkbookFactory.create() hangs when creating a workbookAndreas Beeker2014-01-261-100/+133
* Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS functionNick Burch2014-01-231-0/+66
* Added license headersAndreas Beeker2014-01-181-0/+16
* Bug 35897 - Password protected filesAndreas Beeker2014-01-101-14/+28
* Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSS...Dominik Stadler2014-01-011-0/+36
* javadoc and compiler warning house-keepingAndreas Beeker2013-12-251-2/+7
* Bug 55724: implementation of excel percentile function, added unit testCédric Walter2013-11-061-0/+112
* Bug 55024: MIRR Formula implementation review, added error handling and Formu...Cédric Walter2013-11-041-0/+162
* Bug 54535: Bug in INTERCEPT and SLOPE, review and integration test added to F...Cédric Walter2013-11-042-18/+18
* Bug 55742: Apply patch for Oct2Dec and refactor Hex2Dec to also use BaseNumbe...Cédric Walter2013-11-042-0/+123
* Allow formatting of formula error cells, giving back the error string that Ex...Nick Burch2013-10-311-0/+17
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-301-0/+13
* Add reproducer tests for Bug 53515, disabled as we do not fix any of theDominik Stadler2013-10-261-3/+3
* Bug 55036: fixed red build (Dec2Hex)Cédric Walter2013-10-121-3/+2
* Bug 55649: WORKDAY Function returns incorrect date when spanning a weekend, o...Cédric Walter2013-10-101-0/+40
* Bug 55058: patch for missing function FactDoubleCédric Walter2013-10-101-0/+30
* Bug 55081: patch for missing function WEEKNUMCédric Walter2013-10-082-0/+61
* Bug 55037: patch for missing function DELTACédric Walter2013-10-071-0/+13
* Remove Eclipse warnings, remove duplicate test, rename tests to also run test...Dominik Stadler2013-09-091-2/+3
* Bug 54524: Fix border case in FormulaShifterDominik Stadler2013-08-261-0/+1
* Add testcase which tries to reproduce Bug 48495, but seems to be fixedDominik Stadler2013-08-231-0/+13
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-238-22/+2
* fix some Eclipse warnings, adjust some unit tests slightlyDominik Stadler2013-08-231-34/+39
* Bug 55043: patch for missing function QUOTIENTCédric Walter2013-08-162-3/+35
* Bug 55082: patch for missing function ROMANCédric Walter2013-08-161-0/+30
* Bug 55080: patch for missing function IMREALCédric Walter2013-08-161-0/+30
* Bug 55079: patch for missing function IMAGINARYCédric Walter2013-08-161-0/+30
* Bug 54720: Support for Row/Col Area Range like 8:8 or H:HCédric Walter2013-08-162-5/+37
* Bug 54723: Support for percentage in VALUE() functionCédric Walter2013-08-161-0/+3
* Bug 54786: Fix missing quoting in date formatting, add a number of unitDominik Stadler2013-08-161-1/+27
* 55419 and refactor SimpleFractionTim Allison2013-08-151-0/+11
* Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying ...Dominik Stadler2013-08-121-1/+10
* Add a test to show that bug #53150 has been fixed by the recent fraction workNick Burch2013-06-261-0/+3
* Add missing license headers, and a few javadoc tweaks while working on those ...Nick Burch2013-06-251-0/+17
* Fix from Florian Hopf from bug #54564 - Fix error message textNick Burch2013-06-251-0/+2
* Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatte...Nick Burch2013-06-202-2/+97
* Bug 55047: REPT formula supportYegor Kozlov2013-06-021-0/+31
* missing tests for Bug 55041 - CODE formula supportYegor Kozlov2013-06-021-0/+31
* added missing tests for Bug 55042: patch for missing function COMPLEXYegor Kozlov2013-06-021-0/+31
* Bugzilla 55043 and 55042: initial support for Complex and Quotient functionsYegor Kozlov2013-06-022-0/+132
* Bugzilla 55041: CODE function support, also removed @Override from interfaces...Yegor Kozlov2013-06-021-0/+59
* Bugzilla 55037: DELTA function supportYegor Kozlov2013-06-021-0/+63