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_Gnumeric. | |
canRead ($pFilename) | |
Can the current PHPExcel_Reader_IReader read the file? | |
load ($pFilename) | |
Loads PHPExcel from file. | |
listWorksheetNames ($pFilename) | |
Reads names of the worksheets from a file, without parsing the whole file to a PHPExcel object. | |
loadIntoExisting ($pFilename, PHPExcel $objPHPExcel) | |
Loads PHPExcel from file into PHPExcel instance. |
Private Member Functions | |
_gzfileGetContents ($filename) | |
_parseRichText ($is= '') |
Static Private Member Functions | |
static | _parseBorderAttributes ($borderAttributes) |
static | _parseGnumericColour ($gnmColour) |
Private Attributes | |
$_readDataOnly = false | |
$_loadSheetsOnly = null | |
$_styles = array() | |
$_expressions = array() | |
$_referenceHelper = null | |
$_readFilter = null |
Definition at line 45 of file Gnumeric.php.
PHPExcel_Reader_Gnumeric::__construct | ( | ) |
Create a new PHPExcel_Reader_Gnumeric.
Definition at line 176 of file Gnumeric.php.
References PHPExcel_ReferenceHelper\getInstance().
|
private |
Definition at line 227 of file Gnumeric.php.
References $data, $file, and $filename.
Referenced by listWorksheetNames(), and loadIntoExisting().
|
staticprivate |
Definition at line 841 of file Gnumeric.php.
References PHPExcel_Style_Border\BORDER_DASHDOT, PHPExcel_Style_Border\BORDER_DASHDOTDOT, PHPExcel_Style_Border\BORDER_DASHED, PHPExcel_Style_Border\BORDER_DOTTED, PHPExcel_Style_Border\BORDER_DOUBLE, PHPExcel_Style_Border\BORDER_MEDIUM, PHPExcel_Style_Border\BORDER_MEDIUMDASHDOT, PHPExcel_Style_Border\BORDER_MEDIUMDASHDOTDOT, PHPExcel_Style_Border\BORDER_MEDIUMDASHED, PHPExcel_Style_Border\BORDER_NONE, PHPExcel_Style_Border\BORDER_SLANTDASHDOT, PHPExcel_Style_Border\BORDER_THICK, and PHPExcel_Style_Border\BORDER_THIN.
|
staticprivate |
Definition at line 904 of file Gnumeric.php.
|
private |
Definition at line 896 of file Gnumeric.php.
PHPExcel_Reader_Gnumeric::canRead | ( | $pFilename | ) |
Can the current PHPExcel_Reader_IReader read the file?
string | $pFileName |
Implements PHPExcel_Reader_IReader.
Definition at line 187 of file Gnumeric.php.
References $data.
PHPExcel_Reader_Gnumeric::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 120 of file Gnumeric.php.
References $_loadSheetsOnly.
PHPExcel_Reader_Gnumeric::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 95 of file Gnumeric.php.
References $_readDataOnly.
PHPExcel_Reader_Gnumeric::getReadFilter | ( | ) |
Read filter.
Definition at line 158 of file Gnumeric.php.
References $_readFilter.
PHPExcel_Reader_Gnumeric::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 245 of file Gnumeric.php.
References _gzfileGetContents().
PHPExcel_Reader_Gnumeric::load | ( | $pFilename | ) |
Loads PHPExcel from file.
string | $pFilename |
Exception |
Implements PHPExcel_Reader_IReader.
Definition at line 218 of file Gnumeric.php.
References loadIntoExisting().
PHPExcel_Reader_Gnumeric::loadIntoExisting | ( | $pFilename, | |
PHPExcel | $objPHPExcel | ||
) |
Loads PHPExcel from file into PHPExcel instance.
string | $pFilename | |
PHPExcel | $objPHPExcel |
Exception |
Definition at line 277 of file Gnumeric.php.
References _gzfileGetContents(), and PHPExcel\getProperties().
Referenced by load().
PHPExcel_Reader_Gnumeric::setLoadAllSheets | ( | ) |
Set all sheets to load Tells the Reader to load all worksheets from the workbook.
Definition at line 147 of file Gnumeric.php.
PHPExcel_Reader_Gnumeric::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 134 of file Gnumeric.php.
PHPExcel_Reader_Gnumeric::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 108 of file Gnumeric.php.
PHPExcel_Reader_Gnumeric::setReadFilter | ( | PHPExcel_Reader_IReadFilter | $pValue | ) |
Set read filter.
PHPExcel_Reader_IReadFilter | $pValue |
Definition at line 168 of file Gnumeric.php.
|
private |
Definition at line 76 of file Gnumeric.php.
|
private |
Definition at line 62 of file Gnumeric.php.
Referenced by getLoadSheetsOnly().
|
private |
Definition at line 54 of file Gnumeric.php.
Referenced by getReadDataOnly().
|
private |
Definition at line 85 of file Gnumeric.php.
Referenced by getReadFilter().
|
private |
Definition at line 78 of file Gnumeric.php.
|
private |
Definition at line 69 of file Gnumeric.php.