ILIAS
Release_4_0_x_branch Revision 61816
|
Public Member Functions | |
getReadDataOnly () | |
Read data only? | |
setReadDataOnly ($pValue=false) | |
Set read data only. | |
getLoadSheetsOnly () | |
Get which sheets to load. | |
setLoadSheetsOnly ($value=null) | |
Set which sheets to load. | |
setLoadAllSheets () | |
Set all sheets to load. | |
getReadFilter () | |
Read filter. | |
setReadFilter (PHPExcel_Reader_IReadFilter $pValue) | |
Set read filter. | |
__construct () | |
Create a new PHPExcel_Reader_Excel2007 instance. | |
canRead ($pFilename) | |
Can the current PHPExcel_Reader_IReader read the file? | |
load ($pFilename) | |
Loads PHPExcel from file. |
Private Member Functions | |
_castToBool ($c) | |
_castToError ($c) | |
_castToString ($c) | |
_castToFormula ($c, $r, &$cellDataType, &$value, &$calculatedValue, &$sharedFormulas, $castBaseType) | |
_readColor ($color) | |
_readStyle ($docStyle, $style) | |
_readBorder ($docBorder, $eleBorder) | |
_parseRichText ($is=null) |
Static Private Member Functions | |
static | array_item ($array, $key=0) |
static | dir_add ($base, $add) |
static | toCSSArray ($style) |
Private Attributes | |
$_readDataOnly = false | |
$_loadSheetsOnly = null | |
$_readFilter = null |
Definition at line 99 of file Excel2007.php.
PHPExcel_Reader_Excel2007::__construct | ( | ) |
Create a new PHPExcel_Reader_Excel2007 instance.
Definition at line 199 of file Excel2007.php.
|
private |
Definition at line 231 of file Excel2007.php.
References elseif().
Referenced by load().
|
private |
Definition at line 244 of file Excel2007.php.
Referenced by load().
|
private |
Definition at line 254 of file Excel2007.php.
References PHPExcel_Cell\columnIndexFromString(), PHPExcel_Cell\coordinateFromString(), and PHPExcel_ReferenceHelper\getInstance().
Referenced by load().
|
private |
Definition at line 249 of file Excel2007.php.
Referenced by load().
|
private |
Definition at line 1467 of file Excel2007.php.
References _readColor(), PHPExcel_Shared_String\ControlCharacterOOXML2PHP(), and PHPExcel_Style_Font\UNDERLINE_SINGLE.
Referenced by load().
|
private |
Definition at line 1458 of file Excel2007.php.
References _readColor().
Referenced by _readStyle().
|
private |
Definition at line 1339 of file Excel2007.php.
References PHPExcel_Style_Color\indexedColor().
Referenced by _parseRichText(), _readBorder(), and _readStyle().
|
private |
Definition at line 1347 of file Excel2007.php.
References _readBorder(), _readColor(), PHPExcel_Style_Borders\DIAGONAL_DOWN, PHPExcel_Style_Borders\DIAGONAL_UP, elseif(), PHPExcel_Style_Protection\PROTECTION_PROTECTED, PHPExcel_Style_Protection\PROTECTION_UNPROTECTED, and PHPExcel_Style_Font\UNDERLINE_SINGLE.
Referenced by load().
|
staticprivate |
Definition at line 1526 of file Excel2007.php.
References $key.
Referenced by load().
PHPExcel_Reader_Excel2007::canRead | ( | $pFilename | ) |
Can the current PHPExcel_Reader_IReader read the file?
string | $pFileName |
Implements PHPExcel_Reader_IReader.
Definition at line 209 of file Excel2007.php.
|
staticprivate |
Definition at line 1530 of file Excel2007.php.
Referenced by load().
PHPExcel_Reader_Excel2007::getLoadSheetsOnly | ( | ) |
Get which sheets to load.
Definition at line 147 of file Excel2007.php.
References $_loadSheetsOnly.
PHPExcel_Reader_Excel2007::getReadDataOnly | ( | ) |
Read data only?
Definition at line 127 of file Excel2007.php.
References $_readDataOnly.
PHPExcel_Reader_Excel2007::getReadFilter | ( | ) |
Read filter.
Definition at line 181 of file Excel2007.php.
References $_readFilter.
Referenced by load().
PHPExcel_Reader_Excel2007::load | ( | $pFilename | ) |
Loads PHPExcel from file.
string | $pFilename |
Exception |
respect xsi:type
respect xsi:type
Implements PHPExcel_Reader_IReader.
Definition at line 310 of file Excel2007.php.
References $comment, $dir, $key, $method, $row, _castToBool(), _castToError(), _castToFormula(), _castToString(), _parseRichText(), _readStyle(), PHPExcel_Shared_Drawing\angleToDegrees(), array_item(), PHPExcel_Worksheet\BREAK_COLUMN, PHPExcel_Worksheet\BREAK_ROW, PHPExcel_Style_NumberFormat\builtInFormatCode(), PHPExcel_Shared_Date\CALENDAR_MAC_1904, PHPExcel_Shared_Date\CALENDAR_WINDOWS_1900, PHPExcel_Style_Conditional\CONDITION_CELLIS, PHPExcel_Style_Conditional\CONDITION_CONTAINSTEXT, PHPExcel_Style_Conditional\CONDITION_NONE, PHPExcel_Shared_String\ControlCharacterOOXML2PHP(), PHPExcel_Cell\coordinateFromString(), dir_add(), elseif(), PHPExcel_Shared_Drawing\EMUToPixels(), PHPExcel_Cell\extractAllCellReferencesInRange(), PHPExcel_Worksheet\extractSheetTitle(), PHPExcel_Style_NumberFormat\FORMAT_GENERAL, getReadFilter(), PHPExcel_Shared_File\realpath(), PHPExcel\removeSheetByIndex(), PHPExcel_Shared_Date\setExcelCalendar(), PHPExcel_Worksheet_BaseDrawing\setName(), PHPExcel_Cell\stringFromColumnIndex(), and toCSSArray().
PHPExcel_Reader_Excel2007::setLoadAllSheets | ( | ) |
Set all sheets to load.
Definition at line 170 of file Excel2007.php.
PHPExcel_Reader_Excel2007::setLoadSheetsOnly | ( | $value = null | ) |
Set which sheets to load.
mixed | $value |
Definition at line 158 of file Excel2007.php.
PHPExcel_Reader_Excel2007::setReadDataOnly | ( | $pValue = false | ) |
Set read data only.
boolean | $pValue |
Definition at line 137 of file Excel2007.php.
PHPExcel_Reader_Excel2007::setReadFilter | ( | PHPExcel_Reader_IReadFilter | $pValue | ) |
Set read filter.
PHPExcel_Reader_IReadFilter | $pValue |
Definition at line 191 of file Excel2007.php.
|
staticprivate |
Definition at line 1534 of file Excel2007.php.
References PHPExcel_Shared_Font\centimeterSizeToPixels(), PHPExcel_Shared_Font\fontSizeToPixels(), and PHPExcel_Shared_Font\inchSizeToPixels().
Referenced by load().
|
private |
Definition at line 113 of file Excel2007.php.
Referenced by getLoadSheetsOnly().
|
private |
Definition at line 106 of file Excel2007.php.
Referenced by getReadDataOnly().
|
private |
Definition at line 120 of file Excel2007.php.
Referenced by getReadFilter().