PhpSpreadsheet/src/PhpSpreadsheet
Adrien Crivelli b669d48f2f
Un-deprecate getCalculatedValue()
Those were deprecated a long time ago in 59932b0cac
but their replacement seems to have never been added. 5 years later the
best solution is to un-deprecate them and if someday their replacement are
actually added, then we can re-deprecate them properly.

Closes #22
2017-03-11 12:16:07 +09:00
..
CachedObjectStorage Drop support for SQLite 2 because it does not exist in PHP 5.6+ anymore 2017-02-14 12:53:20 +09:00
CalcEngine Use proper syntax for variadic functions 2017-01-23 15:01:20 +09:00
Calculation Replace mbStrReplace() with str_replace() 2017-03-06 11:33:06 +09:00
Cell Unalign docblock 2017-01-23 11:25:02 +09:00
Chart Drop obsolete method check existence 2017-02-16 11:01:35 +09:00
Document Unalign docblock 2017-01-23 11:25:02 +09:00
Helper Drop support for PclZip 2017-03-11 11:48:46 +09:00
locale Unalign docblock 2017-01-23 11:25:02 +09:00
Reader Un-deprecate getCalculatedValue() 2017-03-11 12:16:07 +09:00
RichText Unalign docblock 2017-01-23 11:25:02 +09:00
Shared Drop support for PclZip 2017-03-11 11:48:46 +09:00
Style fill color will change startColor and endColor (#90) 2017-02-10 21:03:17 +09:00
Worksheet Cloned worksheet updates were reflected on original (MemoryDrawing) 2017-03-06 22:58:19 +09:00
Writer Drop support for PclZip 2017-03-11 11:48:46 +09:00
CachedObjectStorageFactory.php Drop support for SQLite 2 because it does not exist in PHP 5.6+ anymore 2017-02-14 12:53:20 +09:00
Calculation.php Better exception message for new Excel functions 2017-02-28 10:50:22 +09:00
Cell.php Un-deprecate getCalculatedValue() 2017-03-11 12:16:07 +09:00
Chart.php Unalign docblock 2017-01-23 11:25:02 +09:00
Comment.php Unalign docblock 2017-01-23 11:25:02 +09:00
Exception.php Unalign docblock 2017-01-23 11:25:02 +09:00
HashTable.php Unalign docblock 2017-01-23 11:25:02 +09:00
IComparable.php Unalign docblock 2017-01-23 11:25:02 +09:00
IOFactory.php Unalign docblock 2017-01-23 11:25:02 +09:00
NamedRange.php Unalign docblock 2017-01-23 11:25:02 +09:00
ReferenceHelper.php Use isset() instead of in_array() for increased performance and code simplification 2017-02-14 23:06:35 +09:00
RichText.php Unalign docblock 2017-01-23 11:25:02 +09:00
Settings.php Drop support for PclZip 2017-03-11 11:48:46 +09:00
Spreadsheet.php Unalign docblock 2017-01-23 11:25:02 +09:00
Style.php Unalign docblock 2017-01-23 11:25:02 +09:00
Worksheet.php Cloned worksheet updates were reflected on original (MemoryDrawing) 2017-03-06 22:58:19 +09:00