PhpSpreadsheet/src/PhpSpreadsheet
oleibman 6a349ccf5a
Scrutinizer Faulty Analysis (#2704)
Despite typehint, Scrutinizer assigns union type to a variable, resulting in subsequent faulty analysis of a method call invoked on that variable. Adding a bogus routine that will never actually be called to one module eliminates 8 Scrutinizer errors.
2022-03-21 14:29:57 -07:00
..
Calculation Initial work implementing the FILTER() Lookup/Reference function 2022-03-20 18:01:30 +01:00
Cell Phpstan Differences from Php7 to Php8, Again (#2665) 2022-03-11 23:28:30 -08:00
Chart Use native typing for objects that were already documented as such 2021-11-18 11:08:29 +09:00
Collection Fix PHP 8.1 deprecations (#2452) 2021-12-18 09:48:07 -08:00
Document Merge branch 'master' into PHP8-Sane-Property-Names 2021-10-31 15:25:01 +09:00
Helper Tweak to php-cs-fixer Parameters (#2683) 2022-03-16 15:34:40 -07:00
Reader Suport fill style and color for reading CF Formats 2022-03-19 19:47:14 +01:00
RichText Use native typing for objects that were already documented as such 2021-11-18 11:08:29 +09:00
Shared Tweak to php-cs-fixer Parameters (#2683) 2022-03-16 15:34:40 -07:00
Style Resolve saving cell references, string literals and formula as values for conditional formatting rules in the Xls file save 2022-03-13 03:05:57 +01:00
Worksheet Add editAs Property for 2-cell Anchor Drawings (#2674) 2022-03-16 16:12:38 -07:00
Writer Add editAs Property for 2-cell Anchor Drawings (#2674) 2022-03-16 16:12:38 -07:00
CellReferenceHelper.php Fix issues with updating Conditional Formatting when inserting/deleting rows/columns 2022-03-17 11:37:15 +01:00
Comment.php Xlsx image background in comments #1547 (#2422) 2021-12-17 06:10:59 -08:00
DefinedName.php Merge branch 'master' into PHP8-Sane-Property-Names 2021-10-31 15:25:01 +09:00
Exception.php Drop unused code and fix some PhpStorm warnings 2017-10-08 01:21:32 +09:00
HashTable.php Merge branch 'master' into PHP8-Sane-Property-Names 2021-10-31 15:25:01 +09:00
IComparable.php Remove boilerplates 2017-09-30 22:12:28 +09:00
IOFactory.php Merge branch 'master' into PHP8-Sane-Property-Names 2021-10-31 15:25:01 +09:00
NamedFormula.php Named formula fix for empty formula value 2021-01-29 15:43:49 +01:00
NamedRange.php Named formula implementation, and improved handling of Defined Names generally (#1535) 2020-07-26 12:00:06 +02:00
ReferenceHelper.php Fix issues with updating Conditional Formatting when inserting/deleting rows/columns 2022-03-17 11:37:15 +01:00
Settings.php Drop PHP 7.2 2021-11-01 12:01:54 +09:00
Spreadsheet.php Scrutinizer Faulty Analysis (#2704) 2022-03-21 14:29:57 -07:00