ILIAS
eassessment Revision 61809
|
Public Member Functions | |
getReadDataOnly () | |
Read data only? If this is true, then the Reader will only read data values for cells, it will not read any formatting information. | |
setReadDataOnly ($pValue=false) | |
Set read data only Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information. | |
getLoadSheetsOnly () | |
Get which sheets to load Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null indicating that all worksheets in the workbook should be loaded. | |
setLoadSheetsOnly ($value=null) | |
Set which sheets to load. | |
setLoadAllSheets () | |
Set all sheets to load Tells the Reader to load all worksheets from the workbook. | |
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? | |
_getFromZipArchive (ZipArchive $archive, $fileName= '') | |
listWorksheetNames ($pFilename) | |
Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object. | |
load ($pFilename) | |
Loads PHPExcel from file. |
Private Member Functions | |
_castToFormula ($c, $r, &$cellDataType, &$value, &$calculatedValue, &$sharedFormulas, $castBaseType) | |
_parseRichText ($is=null) |
Static Private Member Functions | |
static | _castToBool ($c) |
static | _castToError ($c) |
static | _castToString ($c) |
static | _readColor ($color, $background=false) |
static | _readStyle ($docStyle, $style) |
static | _readBorder ($docBorder, $eleBorder) |
static | array_item ($array, $key=0) |
static | dir_add ($base, $add) |
static | toCSSArray ($style) |
Private Attributes | |
$_readDataOnly = false | |
$_loadSheetsOnly = null | |
$_readFilter = null | |
$_referenceHelper = null |
Static Private Attributes | |
static | $_theme = null |
Definition at line 45 of file Excel2007.php.
PHPExcel_Reader_Excel2007::__construct | ( | ) |
Create a new PHPExcel_Reader_Excel2007 instance.
Definition at line 174 of file Excel2007.php.
References PHPExcel_ReferenceHelper\getInstance().
|
staticprivate |
Definition at line 219 of file Excel2007.php.
Referenced by load().
|
staticprivate |
Definition at line 232 of file Excel2007.php.
Referenced by load().
|
private |
Definition at line 242 of file Excel2007.php.
References PHPExcel_Cell\columnIndexFromString(), and PHPExcel_Cell\coordinateFromString().
Referenced by load().
|
staticprivate |
Definition at line 237 of file Excel2007.php.
Referenced by load().
PHPExcel_Reader_Excel2007::_getFromZipArchive | ( | ZipArchive | $archive, |
$fileName = '' |
|||
) |
Definition at line 290 of file Excel2007.php.
References PHPExcel_Shared_File\realpath().
Referenced by canRead(), listWorksheetNames(), and load().
|
private |
Definition at line 1689 of file Excel2007.php.
References PHPExcel_Shared_String\ControlCharacterOOXML2PHP(), and PHPExcel_Style_Font\UNDERLINE_SINGLE.
Referenced by load().
|
staticprivate |
Definition at line 1680 of file Excel2007.php.
|
staticprivate |
Definition at line 1531 of file Excel2007.php.
References PHPExcel_Style_Color\changeBrightness(), and PHPExcel_Style_Color\indexedColor().
|
staticprivate |
Definition at line 1553 of file Excel2007.php.
References PHPExcel_Style_Borders\DIAGONAL_BOTH, PHPExcel_Style_Borders\DIAGONAL_DOWN, PHPExcel_Style_Borders\DIAGONAL_NONE, PHPExcel_Style_Borders\DIAGONAL_UP, PHPExcel_Style_Protection\PROTECTION_PROTECTED, PHPExcel_Style_Protection\PROTECTION_UNPROTECTED, and PHPExcel_Style_Font\UNDERLINE_SINGLE.
Referenced by load().
|
staticprivate |
Definition at line 1751 of file Excel2007.php.
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 185 of file Excel2007.php.
References _getFromZipArchive().
|
staticprivate |
Definition at line 1755 of file Excel2007.php.
Referenced by load().
PHPExcel_Reader_Excel2007::getLoadSheetsOnly | ( | ) |
Get which sheets to load Returns either an array of worksheet names (the list of worksheets that should be loaded), or a null indicating that all worksheets in the workbook should be loaded.
Definition at line 118 of file Excel2007.php.
References $_loadSheetsOnly.
PHPExcel_Reader_Excel2007::getReadDataOnly | ( | ) |
Read data only? If this is true, then the Reader will only read data values for cells, it will not read any formatting information.
If false (the default) it will read data and formatting.
Definition at line 93 of file Excel2007.php.
References $_readDataOnly.
PHPExcel_Reader_Excel2007::getReadFilter | ( | ) |
Read filter.
Definition at line 156 of file Excel2007.php.
References $_readFilter.
Referenced by load().
PHPExcel_Reader_Excel2007::listWorksheetNames | ( | $pFilename | ) |
Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object.
string | $pFilename |
Exception |
Definition at line 315 of file Excel2007.php.
References _getFromZipArchive().
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 354 of file Excel2007.php.
References $comment, $dir, $row, _castToBool(), _castToError(), _castToFormula(), _castToString(), _getFromZipArchive(), _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_EXPRESSION, PHPExcel_Style_Conditional\CONDITION_NONE, PHPExcel_Shared_String\ControlCharacterOOXML2PHP(), PHPExcel_DocumentProperties\convertProperty(), PHPExcel_DocumentProperties\convertPropertyType(), PHPExcel_Cell\coordinateFromString(), dir_add(), 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 Tells the Reader to load all worksheets from the workbook.
Definition at line 145 of file Excel2007.php.
PHPExcel_Reader_Excel2007::setLoadSheetsOnly | ( | $value = null | ) |
Set which sheets to load.
mixed | $value | This should be either an array of worksheet names to be loaded, or a string containing a single worksheet name. If NULL, then it tells the Reader to read all worksheets in the workbook |
Definition at line 132 of file Excel2007.php.
PHPExcel_Reader_Excel2007::setReadDataOnly | ( | $pValue = false | ) |
Set read data only Set to true, to advise the Reader only to read data values for cells, and to ignore any formatting information.
Set to false (the default) to advise the Reader to read both data and formatting for cells.
boolean | $pValue |
Definition at line 106 of file Excel2007.php.
PHPExcel_Reader_Excel2007::setReadFilter | ( | PHPExcel_Reader_IReadFilter | $pValue | ) |
Set read filter.
PHPExcel_Reader_IReadFilter | $pValue |
Definition at line 166 of file Excel2007.php.
|
staticprivate |
Definition at line 1759 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 62 of file Excel2007.php.
Referenced by getLoadSheetsOnly().
|
private |
Definition at line 54 of file Excel2007.php.
Referenced by getReadDataOnly().
|
private |
Definition at line 69 of file Excel2007.php.
Referenced by getReadFilter().
|
private |
Definition at line 76 of file Excel2007.php.
|
staticprivate |
Definition at line 83 of file Excel2007.php.