PhpSpreadsheet/Documentation/markdown/CalculationEngine/FunctionReference/02-General-Introduction.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

2013-05-16 16:34:11 +00:00
# Calculation Engine - Formula Function Reference
## General Introduction
2016-10-06 11:49:41 +00:00
### Function that are not Supported in Xls
2013-05-16 16:34:11 +00:00
2016-10-06 11:49:41 +00:00
Not all functions are supported by the Excel 5 Writer. Use of these functions within your workbooks will result in an error when trying to write to Xls.
2013-05-16 16:34:11 +00:00
The following is the list of those functions that are implemented within PHPExcel, but that cannot currently be written to Excel 5.
#### Cube Functions
Excel Function | Notes
--------------------|---------
CUBEKPIMEMBER | Not yet Implemented
CUBEMEMBER | Not yet Implemented
CUBEMEMBERPROPERTY | Not yet Implemented
CUBERANKEDMEMBER | Not yet Implemented
CUBESET | Not yet Implemented
CUBESETCOUNT | Not yet Implemented
CUBEVALUE | Not yet Implemented
#### Database Functions
Excel Function | Notes
---------------|---------
#### Date and Time Functions
Excel Function | Notes
---------------|---------
EDATE | Not a standard function within Excel 5, but an add-in from the Analysis ToolPak.
EOMONTH | Not a standard function within Excel 5, but an add-in from the Analysis ToolPak.