PhpSpreadsheet/tests/data/Calculation/TextData
oleibman 957cb62dab
TextData Coverage and Minor Bug Fixes (#1744)
This had been intended to get 100% coverage for TextData functions, and it does that.
However, some minor bugs requiring source changes arose during testing.
- the Excel CHAR function restricts its argument to 1-255. PhpSpreadsheet CHARACTER
  had been allowing 0+. Also, there is no need to test if iconv exists,
  since it is part of Composer requirements.
- The DOLLAR function had been returning NUM for invalid arguments. Excel returns VALUE.
  Also, negative amounts were not being handled correctly.
- The FIXEDFORMAT function had been returning NUM for invalid arguments. Excel FIXED returns VALUE.
2020-12-10 18:35:26 +01:00
..
CHAR.php TextData Coverage and Minor Bug Fixes (#1744) 2020-12-10 18:35:26 +01:00
CLEAN.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CODE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
CONCATENATE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
DOLLAR.php TextData Coverage and Minor Bug Fixes (#1744) 2020-12-10 18:35:26 +01:00
EXACT.php Function EXACT(arg1, arg2) support (#595) 2018-07-15 11:56:25 +09:00
FIND.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
FIXED.php TextData Coverage and Minor Bug Fixes (#1744) 2020-12-10 18:35:26 +01:00
LEFT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
LEN.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
LOWER.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
MID.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
NUMBERVALUE.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
PROPER.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
REPLACE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
RIGHT.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
SEARCH.php TextData Coverage and Minor Bug Fixes (#1744) 2020-12-10 18:35:26 +01:00
SUBSTITUTE.php Replace mbStrReplace() with str_replace() 2017-03-06 11:33:06 +09:00
T.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
TEXT.php Upgrade to phpunit 7.5 2019-07-24 23:45:43 -07:00
TEXTJOIN.php Add further new Functions introduced in MS Excel 2013 and 2016 (#608) 2018-07-22 19:17:04 +01:00
TRIM.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
UPPER.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
VALUE.php Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00