PHPExcel
[ class tree: PHPExcel ] [ index: PHPExcel ] [ all elements ]

Element index for package PHPExcel

[ a ] [ c ] [ d ] [ g ] [ h ] [ i ] [ n ] [ p ] [ r ] [ s ] [ t ] [ u ] [ _ ]

_

$_activeSheetIndex
in file PHPExcel.php, variable PHPExcel::$_activeSheetIndex
    Active sheet index
$_author
in file Comment.php, variable PHPExcel_Comment::$_author
    Author
$_category
in file DocumentProperties.php, variable PHPExcel_DocumentProperties::$_category
    Category
$_created
in file DocumentProperties.php, variable PHPExcel_DocumentProperties::$_created
    Created
$_creator
in file DocumentProperties.php, variable PHPExcel_DocumentProperties::$_creator
    Creator
$_description
in file DocumentProperties.php, variable PHPExcel_DocumentProperties::$_description
    Description
$_fillColor
in file Comment.php, variable PHPExcel_Comment::$_fillColor
    Comment fill color
$_hashIndex
in file Comment.php, variable PHPExcel_Comment::$_hashIndex
    Hash index
$_height
in file Comment.php, variable PHPExcel_Comment::$_height
    Comment height (CSS style, i.
$_instance
in file ReferenceHelper.php, variable PHPExcel_ReferenceHelper::$_instance
    Instance of this class
$_items
in file HashTable.php, variable PHPExcel_HashTable::$_items
    HashTable elements
$_keyMap
in file HashTable.php, variable PHPExcel_HashTable::$_keyMap
    HashTable key map
$_keywords
in file DocumentProperties.php, variable PHPExcel_DocumentProperties::$_keywords
    Keywords
$_lastModifiedBy
in file DocumentProperties.php, variable PHPExcel_DocumentProperties::$_lastModifiedBy
    LastModifiedBy
$_localOnly
in file NamedRange.php, variable PHPExcel_NamedRange::$_localOnly
    Is the named range local? (i.
$_lockRevision
in file DocumentSecurity.php, variable PHPExcel_DocumentSecurity::$_lockRevision
    LockRevision
$_lockStructure
in file DocumentSecurity.php, variable PHPExcel_DocumentSecurity::$_lockStructure
    LockStructure
$_lockWindows
in file DocumentSecurity.php, variable PHPExcel_DocumentSecurity::$_lockWindows
    LockWindows
$_marginLeft
in file Comment.php, variable PHPExcel_Comment::$_marginLeft
    Left margin (CSS style, i.
$_marginTop
in file Comment.php, variable PHPExcel_Comment::$_marginTop
    Top margin (CSS style, i.
$_modified
in file DocumentProperties.php, variable PHPExcel_DocumentProperties::$_modified
    Modified
$_name
in file NamedRange.php, variable PHPExcel_NamedRange::$_name
    Range name
$_namedRanges
in file PHPExcel.php, variable PHPExcel::$_namedRanges
    Named ranges
$_properties
in file PHPExcel.php, variable PHPExcel::$_properties
    Document properties
$_range
in file NamedRange.php, variable PHPExcel_NamedRange::$_range
    Range of the referenced cells
$_revisionsPassword
in file DocumentSecurity.php, variable PHPExcel_DocumentSecurity::$_revisionsPassword
    RevisionsPassword
$_searchLocations
in file IOFactory.php, variable PHPExcel_IOFactory::$_searchLocations
    Search locations
$_security
in file PHPExcel.php, variable PHPExcel::$_security
    Document security
$_subject
in file DocumentProperties.php, variable PHPExcel_DocumentProperties::$_subject
    Subject
$_text
in file Comment.php, variable PHPExcel_Comment::$_text
    Rich text comment
$_title
in file DocumentProperties.php, variable PHPExcel_DocumentProperties::$_title
    Title
$_visible
in file Comment.php, variable PHPExcel_Comment::$_visible
    Visible
$_width
in file Comment.php, variable PHPExcel_Comment::$_width
    Comment width (CSS style, i.
$_workbookPassword
in file DocumentSecurity.php, variable PHPExcel_DocumentSecurity::$_workbookPassword
    WorkbookPassword
$_worksheet
in file NamedRange.php, variable PHPExcel_NamedRange::$_worksheet
    Worksheet on which the named range can be resolved
$_workSheetCollection
in file PHPExcel.php, variable PHPExcel::$_workSheetCollection
    Collection of Worksheet objects
_updateCellRange
in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::_updateCellRange()
    Update cell range
_updateSingleCellReference
in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::_updateSingleCellReference()
    Update single cell reference
__clone
in file Comment.php, method PHPExcel_Comment::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__clone
in file DocumentProperties.php, method PHPExcel_DocumentProperties::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__clone
in file NamedRange.php, method PHPExcel_NamedRange::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__clone
in file HashTable.php, method PHPExcel_HashTable::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__clone
in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::__clone()
    __clone implementation.
__clone
in file PHPExcel.php, method PHPExcel::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__clone
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::__clone()
    Implement PHP __clone to create a deep clone, not just a shallow copy.
__construct
in file Comment.php, method PHPExcel_Comment::__construct()
    Create a new PHPExcel_Comment
__construct
in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::__construct()
    Create a new PHPExcel_Calculation
__construct
in file DocumentProperties.php, method PHPExcel_DocumentProperties::__construct()
    Create a new PHPExcel_DocumentProperties
__construct
in file HashTable.php, method PHPExcel_HashTable::__construct()
    Create a new PHPExcel_HashTable
__construct
in file NamedRange.php, method PHPExcel_NamedRange::__construct()
    Create a new NamedRange
__construct
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::__construct()
    Create a new PHPExcel_DocumentSecurity
__construct
in file IOFactory.php, method PHPExcel_IOFactory::__construct()
    Private constructor for PHPExcel_IOFactory
__construct
in file PHPExcel.php, method PHPExcel::__construct()
    Create a new PHPExcel with one Worksheet
top

a

add
in file HashTable.php, method PHPExcel_HashTable::add()
    Add HashTable item
addExternalSheet
in file PHPExcel.php, method PHPExcel::addExternalSheet()
    Add external sheet
addFromSource
in file HashTable.php, method PHPExcel_HashTable::addFromSource()
    Add HashTable items from source
addNamedRange
in file PHPExcel.php, method PHPExcel::addNamedRange()
    Add named range
addSearchLocation
in file IOFactory.php, method PHPExcel_IOFactory::addSearchLocation()
    Add search location
addSheet
in file PHPExcel.php, method PHPExcel::addSheet()
    Add sheet
top

c

clear
in file HashTable.php, method PHPExcel_HashTable::clear()
    Clear HashTable
copy
in file PHPExcel.php, method PHPExcel::copy()
    Copy workbook (!= clone!)
count
in file HashTable.php, method PHPExcel_HashTable::count()
    Count
createReader
in file IOFactory.php, method PHPExcel_IOFactory::createReader()
    Create PHPExcel_Reader_IReader
createSheet
in file PHPExcel.php, method PHPExcel::createSheet()
    Create sheet and add it to this workbook
createWriter
in file IOFactory.php, method PHPExcel_IOFactory::createWriter()
    Create PHPExcel_Writer_IWriter
Comment.php
procedural page Comment.php
top

d

DocumentProperties.php
procedural page DocumentProperties.php
DocumentSecurity.php
procedural page DocumentSecurity.php
top

g

getActiveSheet
in file PHPExcel.php, method PHPExcel::getActiveSheet()
    Get active sheet
getActiveSheetIndex
in file PHPExcel.php, method PHPExcel::getActiveSheetIndex()
    Get active sheet index
getAllSheets
in file PHPExcel.php, method PHPExcel::getAllSheets()
    Get all sheets
getAuthor
in file Comment.php, method PHPExcel_Comment::getAuthor()
    Get Author
getByHashCode
in file HashTable.php, method PHPExcel_HashTable::getByHashCode()
    Get by hashcode
getByIndex
in file HashTable.php, method PHPExcel_HashTable::getByIndex()
    Get by index
getCategory
in file DocumentProperties.php, method PHPExcel_DocumentProperties::getCategory()
    Get Category
getCreated
in file DocumentProperties.php, method PHPExcel_DocumentProperties::getCreated()
    Get Created
getCreator
in file DocumentProperties.php, method PHPExcel_DocumentProperties::getCreator()
    Get Creator
getDescription
in file DocumentProperties.php, method PHPExcel_DocumentProperties::getDescription()
    Get Description
getFillColor
in file Comment.php, method PHPExcel_Comment::getFillColor()
    Get fill color
getHashCode
in file IComparable.php, method PHPExcel_IComparable::getHashCode()
    Get hash code
getHashCode
in file Comment.php, method PHPExcel_Comment::getHashCode()
    Get hash code
getHashIndex
in file IComparable.php, method PHPExcel_IComparable::getHashIndex()
    Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
getHashIndex
in file Comment.php, method PHPExcel_Comment::getHashIndex()
    Get hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
getHeight
in file Comment.php, method PHPExcel_Comment::getHeight()
    Get comment height (CSS style, i.
getIndex
in file PHPExcel.php, method PHPExcel::getIndex()
    Get index for sheet
getIndexForHashCode
in file HashTable.php, method PHPExcel_HashTable::getIndexForHashCode()
    Get index for hash code
getInstance
in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::getInstance()
    Get an instance of this class
getKeywords
in file DocumentProperties.php, method PHPExcel_DocumentProperties::getKeywords()
    Get Keywords
getLastModifiedBy
in file DocumentProperties.php, method PHPExcel_DocumentProperties::getLastModifiedBy()
    Get Last Modified By
getLocalOnly
in file NamedRange.php, method PHPExcel_NamedRange::getLocalOnly()
    Get localOnly
getLockRevision
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::getLockRevision()
    Get LockRevision
getLockStructure
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::getLockStructure()
    Get LockStructure
getLockWindows
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::getLockWindows()
    Get LockWindows
getMarginLeft
in file Comment.php, method PHPExcel_Comment::getMarginLeft()
    Get left margin (CSS style, i.
getMarginTop
in file Comment.php, method PHPExcel_Comment::getMarginTop()
    Get top margin (CSS style, i.
getModified
in file DocumentProperties.php, method PHPExcel_DocumentProperties::getModified()
    Get Modified
getName
in file NamedRange.php, method PHPExcel_NamedRange::getName()
    Get name
getNamedRange
in file PHPExcel.php, method PHPExcel::getNamedRange()
    Get named range
getNamedRanges
in file PHPExcel.php, method PHPExcel::getNamedRanges()
    Get named ranges
getProperties
in file PHPExcel.php, method PHPExcel::getProperties()
    Get properties
getRange
in file NamedRange.php, method PHPExcel_NamedRange::getRange()
    Get range
getRevisionsPassword
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::getRevisionsPassword()
    Get RevisionsPassword (hashed)
getSearchLocations
in file IOFactory.php, method PHPExcel_IOFactory::getSearchLocations()
    Get search locations
getSecurity
in file PHPExcel.php, method PHPExcel::getSecurity()
    Get security
getSheet
in file PHPExcel.php, method PHPExcel::getSheet()
    Get sheet by index
getSheetByName
in file PHPExcel.php, method PHPExcel::getSheetByName()
    Get sheet by name
getSheetCount
in file PHPExcel.php, method PHPExcel::getSheetCount()
    Get sheet count
getSheetNames
in file PHPExcel.php, method PHPExcel::getSheetNames()
    Get sheet names
getSubject
in file DocumentProperties.php, method PHPExcel_DocumentProperties::getSubject()
    Get Subject
getText
in file Comment.php, method PHPExcel_Comment::getText()
    Get Rich text comment
getTitle
in file DocumentProperties.php, method PHPExcel_DocumentProperties::getTitle()
    Get Title
getVisible
in file Comment.php, method PHPExcel_Comment::getVisible()
    Is the comment visible by default?
getWidth
in file Comment.php, method PHPExcel_Comment::getWidth()
    Get comment width (CSS style, i.
getWorkbookPassword
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::getWorkbookPassword()
    Get WorkbookPassword (hashed)
getWorksheet
in file NamedRange.php, method PHPExcel_NamedRange::getWorksheet()
    Get worksheet
top

h

HashTable.php
procedural page HashTable.php
top

i

insertNewBefore
in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::insertNewBefore()
    Insert a new column, updating all possible related data
isSecurityEnabled
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::isSecurityEnabled()
    Is some sort of dcument security enabled?
IComparable.php
procedural page IComparable.php
IOFactory.php
procedural page IOFactory.php
top

n

NamedRange.php
procedural page NamedRange.php
top

p

PHPExcel
in file PHPExcel.php, class PHPExcel
    PHPExcel
PHPExcel.php
procedural page PHPExcel.php
PHPExcel_Comment
in file Comment.php, class PHPExcel_Comment
    PHPExcel_Comment
PHPExcel_DocumentProperties
in file DocumentProperties.php, class PHPExcel_DocumentProperties
    PHPExcel_DocumentProperties
PHPExcel_DocumentSecurity
in file DocumentSecurity.php, class PHPExcel_DocumentSecurity
    PHPExcel_DocumentSecurity
PHPExcel_HashTable
in file HashTable.php, class PHPExcel_HashTable
    PHPExcel_HashTable
PHPExcel_IComparable
in file IComparable.php, class PHPExcel_IComparable
    PHPExcel_IComparable
PHPExcel_IOFactory
in file IOFactory.php, class PHPExcel_IOFactory
    PHPExcel_IOFactory
PHPExcel_NamedRange
in file NamedRange.php, class PHPExcel_NamedRange
    PHPExcel_NamedRange
PHPExcel_ReferenceHelper
in file ReferenceHelper.php, class PHPExcel_ReferenceHelper
    PHPExcel_ReferenceHelper (Singleton)
top

r

ReferenceHelper.php
procedural page ReferenceHelper.php
remove
in file HashTable.php, method PHPExcel_HashTable::remove()
    Remove HashTable item
removeNamedRange
in file PHPExcel.php, method PHPExcel::removeNamedRange()
    Remove named range
removeSheetByIndex
in file PHPExcel.php, method PHPExcel::removeSheetByIndex()
    Remove sheet by index
requireFile
in file IOFactory.php, method PHPExcel_IOFactory::requireFile()
    Require_once file
resolveRange
in file NamedRange.php, method PHPExcel_NamedRange::resolveRange()
    Resolve a named range to a regular cell range
top

s

setActiveSheetIndex
in file PHPExcel.php, method PHPExcel::setActiveSheetIndex()
    Set active sheet index
setAuthor
in file Comment.php, method PHPExcel_Comment::setAuthor()
    Set Author
setCategory
in file DocumentProperties.php, method PHPExcel_DocumentProperties::setCategory()
    Set Category
setCreated
in file DocumentProperties.php, method PHPExcel_DocumentProperties::setCreated()
    Set Created
setCreator
in file DocumentProperties.php, method PHPExcel_DocumentProperties::setCreator()
    Set Creator
setDescription
in file DocumentProperties.php, method PHPExcel_DocumentProperties::setDescription()
    Set Description
setHashIndex
in file IComparable.php, method PHPExcel_IComparable::setHashIndex()
    Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
setHashIndex
in file Comment.php, method PHPExcel_Comment::setHashIndex()
    Set hash index Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
setHeight
in file Comment.php, method PHPExcel_Comment::setHeight()
    Set comment height (CSS style, i.
setKeywords
in file DocumentProperties.php, method PHPExcel_DocumentProperties::setKeywords()
    Set Keywords
setLastModifiedBy
in file DocumentProperties.php, method PHPExcel_DocumentProperties::setLastModifiedBy()
    Set Last Modified By
setLocalOnly
in file NamedRange.php, method PHPExcel_NamedRange::setLocalOnly()
    Set localOnly
setLockRevision
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::setLockRevision()
    Set LockRevision
setLockStructure
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::setLockStructure()
    Set LockStructure
setLockWindows
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::setLockWindows()
    Set LockWindows
setMarginLeft
in file Comment.php, method PHPExcel_Comment::setMarginLeft()
    Set left margin (CSS style, i.
setMarginTop
in file Comment.php, method PHPExcel_Comment::setMarginTop()
    Set top margin (CSS style, i.
setModified
in file DocumentProperties.php, method PHPExcel_DocumentProperties::setModified()
    Set Modified
setName
in file NamedRange.php, method PHPExcel_NamedRange::setName()
    Set name
setProperties
in file PHPExcel.php, method PHPExcel::setProperties()
    Set properties
setRange
in file NamedRange.php, method PHPExcel_NamedRange::setRange()
    Set range
setRevisionsPassword
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::setRevisionsPassword()
    Set RevisionsPassword
setSearchLocations
in file IOFactory.php, method PHPExcel_IOFactory::setSearchLocations()
    Set search locations
setSecurity
in file PHPExcel.php, method PHPExcel::setSecurity()
    Set security
setSubject
in file DocumentProperties.php, method PHPExcel_DocumentProperties::setSubject()
    Set Subject
setText
in file Comment.php, method PHPExcel_Comment::setText()
    Set Rich text comment
setTitle
in file DocumentProperties.php, method PHPExcel_DocumentProperties::setTitle()
    Set Title
setVisible
in file Comment.php, method PHPExcel_Comment::setVisible()
    Set comment default visibility
setWidth
in file Comment.php, method PHPExcel_Comment::setWidth()
    Set comment width (CSS style, i.
setWorkbookPassword
in file DocumentSecurity.php, method PHPExcel_DocumentSecurity::setWorkbookPassword()
    Set WorkbookPassword
setWorksheet
in file NamedRange.php, method PHPExcel_NamedRange::setWorksheet()
    Set worksheet
top

t

toArray
in file HashTable.php, method PHPExcel_HashTable::toArray()
    HashTable to array
top

u

updateCellReference
in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::updateCellReference()
    Update cell reference
updateFormulaReferences
in file ReferenceHelper.php, method PHPExcel_ReferenceHelper::updateFormulaReferences()
    Update references within formulas
top

Documentation generated on Mon, 05 Jan 2009 20:36:22 +0100 by phpDocumentor 1.4.1