ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
Public Member Functions | |
__construct () | |
Create a new PHPExcel_Reader_SYLK. More... | |
setInputEncoding ($pValue='ANSI') | |
Set input encoding. More... | |
getInputEncoding () | |
Get input encoding. More... | |
listWorksheetInfo ($pFilename) | |
Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns) More... | |
load ($pFilename) | |
Loads PHPExcel from file. More... | |
loadIntoExisting ($pFilename, PHPExcel $objPHPExcel) | |
Loads PHPExcel from file into PHPExcel instance. More... | |
getSheetIndex () | |
Get sheet index. More... | |
setSheetIndex ($pValue=0) | |
Set sheet index. More... | |
![]() | |
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. More... | |
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. More... | |
getIncludeCharts () | |
Read charts in workbook? If this is true, then the Reader will include any charts that exist in the workbook. More... | |
setIncludeCharts ($pValue=FALSE) | |
Set read charts in workbook Set to true, to advise the Reader to include any charts that exist in the workbook. More... | |
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. More... | |
setLoadSheetsOnly ($value=NULL) | |
Set which sheets to load. More... | |
setLoadAllSheets () | |
Set all sheets to load Tells the Reader to load all worksheets from the workbook. More... | |
getReadFilter () | |
Read filter. More... | |
setReadFilter (PHPExcel_Reader_IReadFilter $pValue) | |
Set read filter. More... | |
canRead ($pFilename) | |
Can the current PHPExcel_Reader_IReader read the file? More... | |
securityScan ($xml) | |
Scan theXML for use of <!ENTITY to prevent XXE/XEE attacks. More... | |
securityScanFile ($filestream) | |
Scan theXML for use of <!ENTITY to prevent XXE/XEE attacks. More... | |
canRead ($pFilename) | |
Can the current PHPExcel_Reader_IReader read the file? More... | |
load ($pFilename) | |
Protected Member Functions | |
_isValidFormat () | |
Validate that the current file is a SYLK file. More... | |
![]() | |
_openFile ($pFilename) | |
Open file for reading. More... | |
Private Attributes | |
$_inputEncoding = 'ANSI' | |
$_sheetIndex = 0 | |
$_formats = array() | |
$_format = 0 | |
Additional Inherited Members | |
![]() | |
$_readDataOnly = FALSE | |
$_includeCharts = FALSE | |
$_loadSheetsOnly = NULL | |
$_readFilter = NULL | |
$_fileHandle = NULL | |
PHPExcel_Reader_SYLK::__construct | ( | ) |
|
protected |
Validate that the current file is a SYLK file.
Definition at line 87 of file SYLK.php.
References $data.
Referenced by listWorksheetInfo(), and loadIntoExisting().
PHPExcel_Reader_SYLK::getInputEncoding | ( | ) |
Get input encoding.
Definition at line 123 of file SYLK.php.
References $_inputEncoding.
PHPExcel_Reader_SYLK::getSheetIndex | ( | ) |
Get sheet index.
Definition at line 435 of file SYLK.php.
References $_sheetIndex.
PHPExcel_Reader_SYLK::listWorksheetInfo | ( | $pFilename | ) |
Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns)
string | $pFilename |
PHPExcel_Reader_Exception |
Definition at line 134 of file SYLK.php.
References PHPExcel_Reader_Abstract\$_fileHandle, _isValidFormat(), PHPExcel_Reader_Abstract\_openFile(), PHPExcel_Cell\stringFromColumnIndex(), and PHPExcel_Shared_String\SYLKtoUTF8().
PHPExcel_Reader_SYLK::load | ( | $pFilename | ) |
Loads PHPExcel from file.
string | $pFilename |
PHPExcel_Reader_Exception |
Implements PHPExcel_Reader_IReader.
Definition at line 204 of file SYLK.php.
References $objPHPExcel, and loadIntoExisting().
PHPExcel_Reader_SYLK::loadIntoExisting | ( | $pFilename, | |
PHPExcel | $objPHPExcel | ||
) |
Loads PHPExcel from file into PHPExcel instance.
string | $pFilename | |
PHPExcel | $objPHPExcel |
PHPExcel_Reader_Exception |
Definition at line 221 of file SYLK.php.
References PHPExcel_Reader_Abstract\$_fileHandle, $column, $objPHPExcel, $row, _isValidFormat(), PHPExcel_Reader_Abstract\_openFile(), PHPExcel_Calculation\_unwrapResult(), PHPExcel_Style_Border\BORDER_THIN, PHPExcel_Cell\stringFromColumnIndex(), and PHPExcel_Shared_String\SYLKtoUTF8().
Referenced by load().
PHPExcel_Reader_SYLK::setInputEncoding | ( | $pValue = 'ANSI' | ) |
PHPExcel_Reader_SYLK::setSheetIndex | ( | $pValue = 0 | ) |
Set sheet index.
int | $pValue | Sheet index |
Definition at line 445 of file SYLK.php.
|
private |
Definition at line 52 of file SYLK.php.
Referenced by getInputEncoding().
|
private |
Definition at line 59 of file SYLK.php.
Referenced by getSheetIndex().