[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 386 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Reader_CSV:: (16 methods):
__construct()
isValidFormat()
setInputEncoding()
getInputEncoding()
skipBOM()
listWorksheetInfo()
load()
loadIntoExisting()
getDelimiter()
setDelimiter()
getEnclosure()
setEnclosure()
getSheetIndex()
setSheetIndex()
setContiguous()
getContiguous()
Class: PHPExcel_Reader_CSV - X-Ref
PHPExcel_Reader_CSV__construct() X-Ref |
Create a new PHPExcel_Reader_CSV |
isValidFormat() X-Ref |
Validate that the current file is a CSV file return: boolean |
setInputEncoding($pValue = 'UTF-8') X-Ref |
Set input encoding param: string $pValue Input encoding |
getInputEncoding() X-Ref |
Get input encoding return: string |
skipBOM() X-Ref |
Move filepointer past any BOM marker |
listWorksheetInfo($pFilename) X-Ref |
Return worksheet info (Name, Last Column Letter, Last Column Index, Total Rows, Total Columns) param: string $pFilename |
load($pFilename) X-Ref |
Loads PHPExcel from file param: string $pFilename return: PHPExcel |
loadIntoExisting($pFilename, PHPExcel $objPHPExcel) X-Ref |
Loads PHPExcel from file into PHPExcel instance param: string $pFilename param: PHPExcel $objPHPExcel return: PHPExcel |
getDelimiter() X-Ref |
Get delimiter return: string |
setDelimiter($pValue = ',') X-Ref |
Set delimiter param: string $pValue Delimiter, defaults to , return: PHPExcel_Reader_CSV |
getEnclosure() X-Ref |
Get enclosure return: string |
setEnclosure($pValue = '"') X-Ref |
Set enclosure param: string $pValue Enclosure, defaults to " return: PHPExcel_Reader_CSV |
getSheetIndex() X-Ref |
Get sheet index return: integer |
setSheetIndex($pValue = 0) X-Ref |
Set sheet index param: integer $pValue Sheet index return: PHPExcel_Reader_CSV |
setContiguous($contiguous = false) X-Ref |
Set Contiguous param: boolean $contiguous |
getContiguous() X-Ref |
Get Contiguous return: boolean |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |