For God so loved the world, that He gave His only begotten Son, that all who believe in Him should not perish but have everlasting life
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB

  1. # Calculation Engine - Formula Function Reference
  2. ## General Introduction
  3. ### Function that are not Supported in Excel5
  4. 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 Excel5.
  5. The following is the list of those functions that are implemented within PHPExcel, but that cannot currently be written to Excel 5.
  6. #### Cube Functions
  7. Excel Function | Notes
  8. --------------------|---------
  9. CUBEKPIMEMBER | Not yet Implemented
  10. CUBEMEMBER | Not yet Implemented
  11. CUBEMEMBERPROPERTY | Not yet Implemented
  12. CUBERANKEDMEMBER | Not yet Implemented
  13. CUBESET | Not yet Implemented
  14. CUBESETCOUNT | Not yet Implemented
  15. CUBEVALUE | Not yet Implemented
  16. #### Database Functions
  17. Excel Function | Notes
  18. ---------------|---------
  19. #### Date and Time Functions
  20. Excel Function | Notes
  21. ---------------|---------
  22. EDATE | Not a standard function within Excel 5, but an add-in from the Analysis ToolPak.
  23. EOMONTH | Not a standard function within Excel 5, but an add-in from the Analysis ToolPak.