|
ILIAS
eassessment Revision 61809
|
Inheritance diagram for PHPExcel_Reader_Excel2003XML:
Collaboration diagram for PHPExcel_Reader_Excel2003XML: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_Excel2003XML. | |
| canRead ($pFilename) | |
| Can the current PHPExcel_Reader_IReader read the file? | |
| 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. | |
| loadIntoExisting ($pFilename, PHPExcel $objPHPExcel) | |
| Loads PHPExcel from file into PHPExcel instance. | |
Private Member Functions | |
| _parseRichText ($is= '') | |
Static Private Member Functions | |
| static | identifyFixedStyleValue ($styleList, &$styleAttributeValue) |
| static | _pixel2WidthUnits ($pxs) |
| pixel units to excel width units(units of 1/256th of a character width) | |
| static | _widthUnits2Pixel ($widthUnits) |
| excel width units(units of 1/256th of a character width) to pixel units | |
| static | _hex2str ($hex) |
Private Attributes | |
| $_readDataOnly = false | |
| $_loadSheetsOnly = null | |
| $_styles = array() | |
| $_readFilter = null | |
Definition at line 45 of file Excel2003XML.php.
| PHPExcel_Reader_Excel2003XML::__construct | ( | ) |
Create a new PHPExcel_Reader_Excel2003XML.
Definition at line 153 of file Excel2003XML.php.
|
staticprivate |
Definition at line 284 of file Excel2003XML.php.
|
private |
Definition at line 779 of file Excel2003XML.php.
Referenced by loadIntoExisting().
Here is the caller graph for this function:
|
staticprivate |
pixel units to excel width units(units of 1/256th of a character width)
| pxs |
Definition at line 263 of file Excel2003XML.php.
|
staticprivate |
excel width units(units of 1/256th of a character width) to pixel units
| widthUnits |
Definition at line 276 of file Excel2003XML.php.
| PHPExcel_Reader_Excel2003XML::canRead | ( | $pFilename | ) |
Can the current PHPExcel_Reader_IReader read the file?
| string | $pFileName |
Implements PHPExcel_Reader_IReader.
Definition at line 163 of file Excel2003XML.php.
| PHPExcel_Reader_Excel2003XML::getLoadSheetsOnly | ( | ) |
Get which sheets to load.
Definition at line 101 of file Excel2003XML.php.
References $_loadSheetsOnly.
| PHPExcel_Reader_Excel2003XML::getReadDataOnly | ( | ) |
Read data only?
Definition at line 81 of file Excel2003XML.php.
References $_readDataOnly.
| PHPExcel_Reader_Excel2003XML::getReadFilter | ( | ) |
Read filter.
Definition at line 135 of file Excel2003XML.php.
References $_readFilter.
Referenced by loadIntoExisting().
Here is the caller graph for this function:
|
staticprivate |
Definition at line 247 of file Excel2003XML.php.
| PHPExcel_Reader_Excel2003XML::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 209 of file Excel2003XML.php.
| PHPExcel_Reader_Excel2003XML::load | ( | $pFilename | ) |
Loads PHPExcel from file.
| string | $pFilename |
| Exception |
Implements PHPExcel_Reader_IReader.
Definition at line 238 of file Excel2003XML.php.
References loadIntoExisting().
Here is the call graph for this function:| PHPExcel_Reader_Excel2003XML::loadIntoExisting | ( | $pFilename, | |
| PHPExcel | $objPHPExcel | ||
| ) |
Loads PHPExcel from file into PHPExcel instance.
| string | $pFilename | |
| PHPExcel | $objPHPExcel |
| Exception |
Definition at line 296 of file Excel2003XML.php.
References $type, _parseRichText(), PHPExcel_Style_Border\BORDER_MEDIUM, PHPExcel_Cell\columnIndexFromString(), PHPExcel\createSheet(), PHPExcel\getActiveSheet(), PHPExcel\getProperties(), getReadFilter(), PHPExcel_Style_Alignment\HORIZONTAL_CENTER, PHPExcel_Style_Alignment\HORIZONTAL_CENTER_CONTINUOUS, PHPExcel_Style_Alignment\HORIZONTAL_GENERAL, PHPExcel_Style_Alignment\HORIZONTAL_JUSTIFY, PHPExcel_Style_Alignment\HORIZONTAL_LEFT, PHPExcel_Style_Alignment\HORIZONTAL_RIGHT, PHPExcel_Shared_Date\PHPToExcel(), PHPExcel_DocumentProperties\PROPERTY_TYPE_BOOLEAN, PHPExcel_DocumentProperties\PROPERTY_TYPE_DATE, PHPExcel_DocumentProperties\PROPERTY_TYPE_FLOAT, PHPExcel_DocumentProperties\PROPERTY_TYPE_INTEGER, PHPExcel_DocumentProperties\PROPERTY_TYPE_STRING, PHPExcel_DocumentProperties\PROPERTY_TYPE_UNKNOWN, PHPExcel\setActiveSheetIndex(), PHPExcel_Cell\stringFromColumnIndex(), PHPExcel_Cell_DataType\TYPE_BOOL, PHPExcel_Cell_DataType\TYPE_ERROR, PHPExcel_Cell_DataType\TYPE_FORMULA, PHPExcel_Cell_DataType\TYPE_NULL, PHPExcel_Cell_DataType\TYPE_NUMERIC, PHPExcel_Cell_DataType\TYPE_STRING, PHPExcel_Style_Font\UNDERLINE_DOUBLE, PHPExcel_Style_Font\UNDERLINE_DOUBLEACCOUNTING, PHPExcel_Style_Font\UNDERLINE_NONE, PHPExcel_Style_Font\UNDERLINE_SINGLE, PHPExcel_Style_Font\UNDERLINE_SINGLEACCOUNTING, PHPExcel_Style_Alignment\VERTICAL_BOTTOM, PHPExcel_Style_Alignment\VERTICAL_CENTER, PHPExcel_Style_Alignment\VERTICAL_JUSTIFY, and PHPExcel_Style_Alignment\VERTICAL_TOP.
Referenced by load().
Here is the call graph for this function:
Here is the caller graph for this function:| PHPExcel_Reader_Excel2003XML::setLoadAllSheets | ( | ) |
Set all sheets to load.
Definition at line 124 of file Excel2003XML.php.
| PHPExcel_Reader_Excel2003XML::setLoadSheetsOnly | ( | $value = null | ) |
Set which sheets to load.
| mixed | $value |
Definition at line 112 of file Excel2003XML.php.
| PHPExcel_Reader_Excel2003XML::setReadDataOnly | ( | $pValue = false | ) |
Set read data only.
| boolean | $pValue |
Definition at line 91 of file Excel2003XML.php.
| PHPExcel_Reader_Excel2003XML::setReadFilter | ( | PHPExcel_Reader_IReadFilter | $pValue | ) |
Set read filter.
| PHPExcel_Reader_IReadFilter | $pValue |
Definition at line 145 of file Excel2003XML.php.
|
private |
Definition at line 59 of file Excel2003XML.php.
Referenced by getLoadSheetsOnly().
|
private |
Definition at line 52 of file Excel2003XML.php.
Referenced by getReadDataOnly().
|
private |
Definition at line 73 of file Excel2003XML.php.
Referenced by getReadFilter().
|
private |
Definition at line 66 of file Excel2003XML.php.