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_OOCalc. | |
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) |
Private Attributes | |
$_readDataOnly = false | |
$_loadSheetsOnly = null | |
$_styles = array() | |
$_readFilter = null |
Definition at line 45 of file OOCalc.php.
PHPExcel_Reader_OOCalc::__construct | ( | ) |
Create a new PHPExcel_Reader_OOCalc.
Definition at line 167 of file OOCalc.php.
|
private |
Definition at line 574 of file OOCalc.php.
Referenced by loadIntoExisting().
PHPExcel_Reader_OOCalc::canRead | ( | $pFilename | ) |
Can the current PHPExcel_Reader_IReader read the file?
string | $pFileName |
Implements PHPExcel_Reader_IReader.
Definition at line 177 of file OOCalc.php.
PHPExcel_Reader_OOCalc::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 111 of file OOCalc.php.
References $_loadSheetsOnly.
PHPExcel_Reader_OOCalc::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 86 of file OOCalc.php.
References $_readDataOnly.
PHPExcel_Reader_OOCalc::getReadFilter | ( | ) |
Read filter.
Definition at line 149 of file OOCalc.php.
References $_readFilter.
Referenced by loadIntoExisting().
|
staticprivate |
Definition at line 255 of file OOCalc.php.
PHPExcel_Reader_OOCalc::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 OOCalc.php.
PHPExcel_Reader_OOCalc::load | ( | $pFilename | ) |
Loads PHPExcel from file.
string | $pFilename |
Exception |
Implements PHPExcel_Reader_IReader.
Definition at line 246 of file OOCalc.php.
References loadIntoExisting().
PHPExcel_Reader_OOCalc::loadIntoExisting | ( | $pFilename, | |
PHPExcel | $objPHPExcel | ||
) |
Loads PHPExcel from file into PHPExcel instance.
string | $pFilename | |
PHPExcel | $objPHPExcel |
Exception |
Definition at line 274 of file OOCalc.php.
References $t, $type, _parseRichText(), PHPExcel_Calculation\_translateSeparator(), PHPExcel_Cell\columnIndexFromString(), PHPExcel_DocumentProperties\convertProperty(), PHPExcel\createSheet(), PHPExcel_Style_NumberFormat\FORMAT_DATE_TIME4, PHPExcel_Style_NumberFormat\FORMAT_DATE_XLSX15, PHPExcel_Shared_Date\FormattedPHPToExcel(), PHPExcel\getActiveSheet(), PHPExcel\getProperties(), getReadFilter(), PHPExcel_Shared_Date\PHPToExcel(), PHPExcel_DocumentProperties\PROPERTY_TYPE_BOOLEAN, PHPExcel_DocumentProperties\PROPERTY_TYPE_DATE, PHPExcel_DocumentProperties\PROPERTY_TYPE_FLOAT, PHPExcel_DocumentProperties\PROPERTY_TYPE_STRING, PHPExcel\setActiveSheetIndex(), PHPExcel_Cell\stringFromColumnIndex(), PHPExcel_Cell_DataType\TYPE_BOOL, PHPExcel_Cell_DataType\TYPE_FORMULA, PHPExcel_Cell_DataType\TYPE_NUMERIC, and PHPExcel_Cell_DataType\TYPE_STRING.
Referenced by load().
PHPExcel_Reader_OOCalc::setLoadAllSheets | ( | ) |
Set all sheets to load Tells the Reader to load all worksheets from the workbook.
Definition at line 138 of file OOCalc.php.
PHPExcel_Reader_OOCalc::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 125 of file OOCalc.php.
PHPExcel_Reader_OOCalc::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 99 of file OOCalc.php.
PHPExcel_Reader_OOCalc::setReadFilter | ( | PHPExcel_Reader_IReadFilter | $pValue | ) |
Set read filter.
PHPExcel_Reader_IReadFilter | $pValue |
Definition at line 159 of file OOCalc.php.
|
private |
Definition at line 62 of file OOCalc.php.
Referenced by getLoadSheetsOnly().
|
private |
Definition at line 54 of file OOCalc.php.
Referenced by getReadDataOnly().
|
private |
Definition at line 76 of file OOCalc.php.
Referenced by getReadFilter().
|
private |
Definition at line 69 of file OOCalc.php.