mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-21 21:03:41 +00:00
148bee1991
This change adds support for newer functions that are prefixed by _xlfn. (#356). The calculation engine has been updated to recognise these as functions, and drop the _xlfn. part. It also add a couple of the new functions such as STDEV.S/P, MODE.SNGL, ISFORMULA. Fixes #356 Closes #390