Element index for package PHPExcel_Shared
[ a ]
[ b ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ h ]
[ i ]
[ l ]
[ m ]
[ n ]
[ o ]
[ p ]
[ r ]
[ s ]
[ t ]
[ u ]
[ v ]
[ w ]
[ x ]
[ z ]
[ _ ]
top
top
top
c
- calculateColumnWidth
- in file Font.php, method PHPExcel_Shared_Font::calculateColumnWidth()
Calculate an (approximate) OpenXML column width, based on font size and text contained
- CALENDAR_MAC_1904
- in file Date.php, class constant PHPExcel_Shared_Date::CALENDAR_MAC_1904
- CALENDAR_WINDOWS_1900
- in file Date.php, class constant PHPExcel_Shared_Date::CALENDAR_WINDOWS_1900
constants
- CALIBRI
- in file Font.php, class constant PHPExcel_Shared_Font::CALIBRI
- CALIBRI_BOLD
- in file Font.php, class constant PHPExcel_Shared_Font::CALIBRI_BOLD
- CALIBRI_BOLD_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::CALIBRI_BOLD_ITALIC
- CALIBRI_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::CALIBRI_ITALIC
- cellDimensionToPixels
- in file Drawing.php, method PHPExcel_Shared_Drawing::cellDimensionToPixels()
Convert column width from (intrinsic) Excel units to pixels
- centimeterSizeToPixels
- in file Font.php, method PHPExcel_Shared_Font::centimeterSizeToPixels()
Calculate an (approximate) pixel size, based on centimeter size
- CHARSET_ANSI_ARABIC
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_ARABIC
- CHARSET_ANSI_BALTIC
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_BALTIC
- CHARSET_ANSI_CHINESE_SIMIPLIFIED
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_CHINESE_SIMIPLIFIED
- CHARSET_ANSI_CHINESE_TRADITIONAL
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_CHINESE_TRADITIONAL
- CHARSET_ANSI_CYRILLIC
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_CYRILLIC
- CHARSET_ANSI_GREEK
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_GREEK
- CHARSET_ANSI_HEBREW
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_HEBREW
- CHARSET_ANSI_JAPANESE_SHIFTJIS
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_JAPANESE_SHIFTJIS
- CHARSET_ANSI_KOREAN_HANGUL
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_KOREAN_HANGUL
- CHARSET_ANSI_KOREAN_JOHAB
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_KOREAN_JOHAB
- CHARSET_ANSI_LATIN
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_LATIN
Character set codes used by BIFF5-8 in Font records
- CHARSET_ANSI_LATIN_II
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_LATIN_II
- CHARSET_ANSI_THAI
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_THAI
- CHARSET_ANSI_TURKISH
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_TURKISH
- CHARSET_ANSI_VIETNAMESE
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_ANSI_VIETNAMESE
- CHARSET_APPLE_ROMAN
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_APPLE_ROMAN
- CHARSET_OEM_LATIN_I
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_OEM_LATIN_I
- CHARSET_SYMBOL
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_SYMBOL
- CHARSET_SYSTEM_DEFAULT
- in file Font.php, class constant PHPExcel_Shared_Font::CHARSET_SYSTEM_DEFAULT
- COMIC_SANS_MS
- in file Font.php, class constant PHPExcel_Shared_Font::COMIC_SANS_MS
- COMIC_SANS_MS_BOLD
- in file Font.php, class constant PHPExcel_Shared_Font::COMIC_SANS_MS_BOLD
- ControlCharacterOOXML2PHP
- in file String.php, method PHPExcel_Shared_String::ControlCharacterOOXML2PHP()
Convert from OpenXML escaped control character to PHP control character
- ControlCharacterPHP2OOXML
- in file String.php, method PHPExcel_Shared_String::ControlCharacterPHP2OOXML()
Convert from PHP control character to OpenXML escaped control character
- ConvertEncoding
- in file String.php, method PHPExcel_Shared_String::ConvertEncoding()
Convert string from one encoding to another. First try iconv, then mbstring, or no convertion
- convertToNumberIfFraction
- in file String.php, method PHPExcel_Shared_String::convertToNumberIfFraction()
Identify whether a string contains a fractional numeric value, and convert it to a numeric if it is
- CountCharacters
- in file String.php, method PHPExcel_Shared_String::CountCharacters()
Get character count. First try mbstring, then iconv, finally strlen
- COURIER_NEW
- in file Font.php, class constant PHPExcel_Shared_Font::COURIER_NEW
- COURIER_NEW_BOLD
- in file Font.php, class constant PHPExcel_Shared_Font::COURIER_NEW_BOLD
- COURIER_NEW_BOLD_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::COURIER_NEW_BOLD_ITALIC
- COURIER_NEW_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::COURIER_NEW_ITALIC
- CodePage.php
- procedural page CodePage.php
top
top
top
top
g
- GEORGIA
- in file Font.php, class constant PHPExcel_Shared_Font::GEORGIA
- GEORGIA_BOLD
- in file Font.php, class constant PHPExcel_Shared_Font::GEORGIA_BOLD
- GEORGIA_BOLD_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::GEORGIA_BOLD_ITALIC
- GEORGIA_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::GEORGIA_ITALIC
- getAutoSizeMethod
- in file Font.php, method PHPExcel_Shared_Font::getAutoSizeMethod()
Get autoSize method
- getCharsetFromFontName
- in file Font.php, method PHPExcel_Shared_Font::getCharsetFromFontName()
Returns the associated charset for the font name.
- getCurrencyCode
- in file String.php, method PHPExcel_Shared_String::getCurrencyCode()
Get the currency code. If it has not yet been set explicitly, try to obtain the symbol information from locale.
- getData
- in file XMLWriter.php, method PHPExcel_Shared_XMLWriter::getData()
Get written data
- getDecimalSeparator
- in file String.php, method PHPExcel_Shared_String::getDecimalSeparator()
Get the decimal separator. If it has not yet been set explicitly, try to obtain number formatting information from locale.
- getDefaultColumnWidthByFont
- in file Font.php, method PHPExcel_Shared_Font::getDefaultColumnWidthByFont()
Get the effective column width for columns without a column dimension or column with width -1 For example, for Calibri 11 this is 9.140625 (64 px)
- getDefaultRowHeightByFont
- in file Font.php, method PHPExcel_Shared_Font::getDefaultRowHeightByFont()
Get the effective row height for rows without a row dimension or rows with height -1 For example, for Calibri 11 this is 15 points
- getDistanceX
- in file Excel5.php, method PHPExcel_Shared_Excel5::getDistanceX()
Get the horizontal distance in pixels between two anchors The distanceX is found as sum of all the spanning columns widths minus correction for the two offsets
- getDistanceY
- in file Excel5.php, method PHPExcel_Shared_Excel5::getDistanceY()
Get the vertical distance in pixels between two anchors The distanceY is found as sum of all the spanning rows minus two offsets
- getExcelCalendar
- in file Date.php, method PHPExcel_Shared_Date::getExcelCalendar()
Return the Excel calendar (Windows 1900 or Mac 1904)
- getIsIconvEnabled
- in file String.php, method PHPExcel_Shared_String::getIsIconvEnabled()
Get whether iconv extension is available
- getIsMbstringEnabled
- in file String.php, method PHPExcel_Shared_String::getIsMbstringEnabled()
Get whether mbstring extension is available
- getStream
- in file OLERead.php, method PHPExcel_Shared_OLERead::getStream()
Extract binary stream data
- getTextWidthPixelsApprox
- in file Font.php, method PHPExcel_Shared_Font::getTextWidthPixelsApprox()
Get approximate width in pixels for a string of text in a certain font at a certain rotation angle
- getTextWidthPixelsExact
- in file Font.php, method PHPExcel_Shared_Font::getTextWidthPixelsExact()
Get GD text width in pixels for a string of text in a certain font at a certain rotation angle
- getThousandsSeparator
- in file String.php, method PHPExcel_Shared_String::getThousandsSeparator()
Get the thousands separator. If it has not yet been set explicitly, try to obtain number formatting information from locale.
- getTrueTypeFontFileFromFont
- in file Font.php, method PHPExcel_Shared_Font::getTrueTypeFontFileFromFont()
Returns the font path given the font
- getTrueTypeFontPath
- in file Font.php, method PHPExcel_Shared_Font::getTrueTypeFontPath()
Get the path to the folder containing .ttf files.
top
top
i
- IDENTIFIER_OLE
- in file OLERead.php, constant IDENTIFIER_OLE
PHPExcel
- IDENTIFIER_OLE
- in file OLERead.php, class constant PHPExcel_Shared_OLERead::IDENTIFIER_OLE
- imagecreatefrombmp
- in file Drawing.php, method PHPExcel_Shared_Drawing::imagecreatefrombmp()
Create a new image from file. By alexander at alexauto dot nl
- IMPACT
- in file Font.php, class constant PHPExcel_Shared_Font::IMPACT
- inchSizeToPixels
- in file Font.php, method PHPExcel_Shared_Font::inchSizeToPixels()
Calculate an (approximate) pixel size, based on inch size
- isDateTime
- in file Date.php, method PHPExcel_Shared_Date::isDateTime()
Is a given cell a date/time?
- isDateTimeFormat
- in file Date.php, method PHPExcel_Shared_Date::isDateTimeFormat()
Is a given number format a date/time?
- isDateTimeFormatCode
- in file Date.php, method PHPExcel_Shared_Date::isDateTimeFormatCode()
Is a given number format code a date/time?
- IsUTF8
- in file String.php, method PHPExcel_Shared_String::IsUTF8()
Check if a string contains UTF8 data
top
top
top
top
o
- oneAnchor2twoAnchor
- in file Excel5.php, method PHPExcel_Shared_Excel5::oneAnchor2twoAnchor()
Convert 1-cell anchor coordinates to 2-cell anchor coordinates This function is ported from PEAR Spreadsheet_Writer_Excel with small modifications
- OLERead.php
- procedural page OLERead.php
top
p
- PALATINO_LINOTYPE
- in file Font.php, class constant PHPExcel_Shared_Font::PALATINO_LINOTYPE
- PALATINO_LINOTYPE_BOLD
- in file Font.php, class constant PHPExcel_Shared_Font::PALATINO_LINOTYPE_BOLD
- PALATINO_LINOTYPE_BOLD_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::PALATINO_LINOTYPE_BOLD_ITALIC
- PALATINO_LINOTYPE_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::PALATINO_LINOTYPE_ITALIC
- PasswordHasher.php
- procedural page PasswordHasher.php
- PHPExcel_Shared_CodePage
- in file CodePage.php, class PHPExcel_Shared_CodePage
PHPExcel_Shared_CodePage
- PHPExcel_Shared_Date
- in file Date.php, class PHPExcel_Shared_Date
PHPExcel_Shared_Date
- PHPExcel_Shared_Drawing
- in file Drawing.php, class PHPExcel_Shared_Drawing
PHPExcel_Shared_Drawing
- PHPExcel_Shared_Excel5
- in file Excel5.php, class PHPExcel_Shared_Excel5
PHPExcel_Shared_Excel5
- PHPExcel_Shared_File
- in file File.php, class PHPExcel_Shared_File
PHPExcel_Shared_File
- PHPExcel_Shared_Font
- in file Font.php, class PHPExcel_Shared_Font
PHPExcel_Shared_Font
- PHPExcel_Shared_OLERead
- in file OLERead.php, class PHPExcel_Shared_OLERead
- PHPExcel_Shared_PasswordHasher
- in file PasswordHasher.php, class PHPExcel_Shared_PasswordHasher
PHPExcel_Shared_PasswordHasher
- PHPExcel_Shared_String
- in file String.php, class PHPExcel_Shared_String
PHPExcel_Shared_String
- PHPExcel_Shared_XMLWriter
- in file XMLWriter.php, class PHPExcel_Shared_XMLWriter
PHPExcel_Shared_XMLWriter
- PHPExcel_Shared_ZipStreamWrapper
- in file ZipStreamWrapper.php, class PHPExcel_Shared_ZipStreamWrapper
PHPExcel_Shared_ZipStreamWrapper
- PHPToExcel
- in file Date.php, method PHPExcel_Shared_Date::PHPToExcel()
Convert a date from PHP to Excel
- pixelsToCellDimension
- in file Drawing.php, method PHPExcel_Shared_Drawing::pixelsToCellDimension()
Convert pixels to column width. Exact algorithm not known.
- pixelsToEMU
- in file Drawing.php, method PHPExcel_Shared_Drawing::pixelsToEMU()
Convert pixels to EMU
- pixelsToPoints
- in file Drawing.php, method PHPExcel_Shared_Drawing::pixelsToPoints()
Convert pixels to points
- pointsToPixels
- in file Drawing.php, method PHPExcel_Shared_Drawing::pointsToPixels()
Convert points to pixels
- PROPERTY_STORAGE_BLOCK_SIZE
- in file OLERead.php, class constant PHPExcel_Shared_OLERead::PROPERTY_STORAGE_BLOCK_SIZE
top
top
s
- $summaryInformation
- in file OLERead.php, variable PHPExcel_Shared_OLERead::$summaryInformation
- String.php
- procedural page String.php
- SanitizeUTF8
- in file String.php, method PHPExcel_Shared_String::SanitizeUTF8()
Try to sanitize UTF8, stripping invalid byte sequences. Not perfect. Does not surrogate characters.
- setAutoSizeMethod
- in file Font.php, method PHPExcel_Shared_Font::setAutoSizeMethod()
Set autoSize method
- setCurrencyCode
- in file String.php, method PHPExcel_Shared_String::setCurrencyCode()
Set the currency code. Only used by PHPExcel_Style_NumberFormat::toFormattedString() to format output by PHPExcel_Writer_HTML and PHPExcel_Writer_PDF
- setDecimalSeparator
- in file String.php, method PHPExcel_Shared_String::setDecimalSeparator()
Set the decimal separator. Only used by PHPExcel_Style_NumberFormat::toFormattedString() to format output by PHPExcel_Writer_HTML and PHPExcel_Writer_PDF
- setExcelCalendar
- in file Date.php, method PHPExcel_Shared_Date::setExcelCalendar()
Set the Excel calendar (Windows 1900 or Mac 1904)
- setThousandsSeparator
- in file String.php, method PHPExcel_Shared_String::setThousandsSeparator()
Set the thousands separator. Only used by PHPExcel_Style_NumberFormat::toFormattedString() to format output by PHPExcel_Writer_HTML and PHPExcel_Writer_PDF
- setTrueTypeFontPath
- in file Font.php, method PHPExcel_Shared_Font::setTrueTypeFontPath()
Set the path to the folder containing .ttf files. There should be a trailing slash.
- sizeCol
- in file Excel5.php, method PHPExcel_Shared_Excel5::sizeCol()
Get the width of a column in pixels. We use the relationship y = ceil(7x) where x is the width in intrinsic Excel units (measuring width in number of normal characters) This holds for Arial 10
- sizeRow
- in file Excel5.php, method PHPExcel_Shared_Excel5::sizeRow()
Convert the height of a cell from user's units to pixels. By interpolation the relationship is: y = 4/3x. If the height hasn't been set by the user we use the default value. If the row is hidden we use a value of zero.
- SIZE_OF_NAME_POS
- in file OLERead.php, class constant PHPExcel_Shared_OLERead::SIZE_OF_NAME_POS
- SIZE_POS
- in file OLERead.php, class constant PHPExcel_Shared_OLERead::SIZE_POS
- SMALL_BLOCK_DEPOT_BLOCK_POS
- in file OLERead.php, class constant PHPExcel_Shared_OLERead::SMALL_BLOCK_DEPOT_BLOCK_POS
- SMALL_BLOCK_SIZE
- in file OLERead.php, class constant PHPExcel_Shared_OLERead::SMALL_BLOCK_SIZE
- SMALL_BLOCK_THRESHOLD
- in file OLERead.php, class constant PHPExcel_Shared_OLERead::SMALL_BLOCK_THRESHOLD
- START_BLOCK_POS
- in file OLERead.php, class constant PHPExcel_Shared_OLERead::START_BLOCK_POS
- STORAGE_DISK
- in file XMLWriter.php, class constant PHPExcel_Shared_XMLWriter::STORAGE_DISK
- STORAGE_MEMORY
- in file XMLWriter.php, class constant PHPExcel_Shared_XMLWriter::STORAGE_MEMORY
Temporary storage method
- stream_eof
- in file ZipStreamWrapper.php, method PHPExcel_Shared_ZipStreamWrapper::stream_eof()
EOF stream
- stream_open
- in file ZipStreamWrapper.php, method PHPExcel_Shared_ZipStreamWrapper::stream_open()
Implements support for fopen().
- stream_read
- in file ZipStreamWrapper.php, method PHPExcel_Shared_ZipStreamWrapper::stream_read()
Implements support for fread(), fgets() etc.
- stream_seek
- in file ZipStreamWrapper.php, method PHPExcel_Shared_ZipStreamWrapper::stream_seek()
Seek stream
- stream_stat
- in file ZipStreamWrapper.php, method PHPExcel_Shared_ZipStreamWrapper::stream_stat()
Implements support for fstat().
- stream_tell
- in file ZipStreamWrapper.php, method PHPExcel_Shared_ZipStreamWrapper::stream_tell()
Returns the position of the file pointer, i.e. its offset into the file stream. Implements support for ftell().
- stringToExcel
- in file Date.php, method PHPExcel_Shared_Date::stringToExcel()
Convert a date/time string to Excel time
- STRING_REGEXP_FRACTION
- in file String.php, class constant PHPExcel_Shared_String::STRING_REGEXP_FRACTION
Regular Expressions
- Substring
- in file String.php, method PHPExcel_Shared_String::Substring()
Get a substring of a UTF-8 encoded string
- SYLKtoUTF8
- in file String.php, method PHPExcel_Shared_String::SYLKtoUTF8()
Convert SYLK encoded string to UTF-8
- SYMBOL
- in file Font.php, class constant PHPExcel_Shared_Font::SYMBOL
- sys_get_temp_dir
- in file File.php, method PHPExcel_Shared_File::sys_get_temp_dir()
Get the systems temporary directory.
top
t
- TAHOMA
- in file Font.php, class constant PHPExcel_Shared_Font::TAHOMA
- TAHOMA_BOLD
- in file Font.php, class constant PHPExcel_Shared_Font::TAHOMA_BOLD
- testStringAsNumeric
- in file String.php, method PHPExcel_Shared_String::testStringAsNumeric()
Retrieve any leading numeric part of a string, or return the full string if no leading numeric (handles basic integer or float, but not exponent or non decimal)
- TIMES_NEW_ROMAN
- in file Font.php, class constant PHPExcel_Shared_Font::TIMES_NEW_ROMAN
- TIMES_NEW_ROMAN_BOLD
- in file Font.php, class constant PHPExcel_Shared_Font::TIMES_NEW_ROMAN_BOLD
- TIMES_NEW_ROMAN_BOLD_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::TIMES_NEW_ROMAN_BOLD_ITALIC
- TIMES_NEW_ROMAN_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::TIMES_NEW_ROMAN_ITALIC
- TREBUCHET_MS
- in file Font.php, class constant PHPExcel_Shared_Font::TREBUCHET_MS
- TREBUCHET_MS_BOLD
- in file Font.php, class constant PHPExcel_Shared_Font::TREBUCHET_MS_BOLD
- TREBUCHET_MS_BOLD_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::TREBUCHET_MS_BOLD_ITALIC
- TREBUCHET_MS_ITALIC
- in file Font.php, class constant PHPExcel_Shared_Font::TREBUCHET_MS_ITALIC
- TYPE_POS
- in file OLERead.php, class constant PHPExcel_Shared_OLERead::TYPE_POS
top
top
top
top
top
top
|
|