PhpSpreadsheet/tests
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
..
PhpSpreadsheetTests Apply Column and Row Styles to Existing Cells (#1721) 2020-12-10 18:19:56 +01:00
data TextData Coverage and Minor Bug Fixes (#1744) 2020-12-10 18:35:26 +01:00
bootstrap.php Keep sample bootstrap purely in samples 2020-05-17 18:51:13 +09:00