Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_CalcEngine_CyclicReferenceStack
  • PHPExcel_CalcEngine_Logger
  • PHPExcel_Calculation
  • PHPExcel_Calculation_Database
  • PHPExcel_Calculation_DateTime
  • PHPExcel_Calculation_Engineering
  • PHPExcel_Calculation_ExceptionHandler
  • PHPExcel_Calculation_Financial
  • PHPExcel_Calculation_FormulaParser
  • PHPExcel_Calculation_FormulaToken
  • PHPExcel_Calculation_Function
  • PHPExcel_Calculation_Functions
  • PHPExcel_Calculation_Logical
  • PHPExcel_Calculation_LookupRef
  • PHPExcel_Calculation_MathTrig
  • PHPExcel_Calculation_Statistical
  • PHPExcel_Calculation_TextData
  • PHPExcel_Calculation_Token_Stack

Exceptions

  • PHPExcel_Calculation_Exception

Functions

  • acosh
  • asinh
  • atanh
  • mb_str_replace
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Calculation_Function

PHPExcel_Calculation_Function

Package: PHPExcel\Calculation
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Calculation/Function.php
Methods summary
public
# __construct( string $pCategory = NULL, string $pExcelName = NULL, string $pPHPExcelName = NULL )

Create a new PHPExcel_Calculation_Function

Create a new PHPExcel_Calculation_Function

Parameters

$pCategory
Category (represented by CATEGORY_*)
$pExcelName
Excel function name
$pPHPExcelName
PHPExcel function mapping

Throws

PHPExcel_Calculation_Exception
public string
# getCategory( )

Get Category (represented by CATEGORY_*)

Get Category (represented by CATEGORY_*)

Returns

string
public
# setCategory( string $value = null )

Set Category (represented by CATEGORY_*)

Set Category (represented by CATEGORY_*)

Parameters

$value

Throws

PHPExcel_Calculation_Exception
public string
# getExcelName( )

Get Excel name

Get Excel name

Returns

string
public
# setExcelName( string $value )

Set Excel name

Set Excel name

Parameters

$value
public string
# getPHPExcelName( )

Get PHPExcel name

Get PHPExcel name

Returns

string
public
# setPHPExcelName( string $value )

Set PHPExcel name

Set PHPExcel name

Parameters

$value
Constants summary
string CATEGORY_CUBE
# 'Cube'
string CATEGORY_DATABASE
# 'Database'
string CATEGORY_DATE_AND_TIME
# 'Date and Time'
string CATEGORY_ENGINEERING
# 'Engineering'
string CATEGORY_FINANCIAL
# 'Financial'
string CATEGORY_INFORMATION
# 'Information'
string CATEGORY_LOGICAL
# 'Logical'
string CATEGORY_LOOKUP_AND_REFERENCE
# 'Lookup and Reference'
string CATEGORY_MATH_AND_TRIG
# 'Math and Trig'
string CATEGORY_STATISTICAL
# 'Statistical'
string CATEGORY_TEXT_AND_DATA
# 'Text and Data'
Properties summary
private string $_category

Category (represented by CATEGORY_*)

Category (represented by CATEGORY_*)

#
private string $_excelName

Excel name

Excel name

#
private string $_phpExcelName

PHPExcel name

PHPExcel name

#
Autene API documentation generated by ApiGen