[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 317 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
PHPExcel_Writer_CSV:: (15 methods):
__construct()
save()
getDelimiter()
setDelimiter()
getEnclosure()
setEnclosure()
getLineEnding()
setLineEnding()
getUseBOM()
setUseBOM()
getExcelCompatibility()
setExcelCompatibility()
getSheetIndex()
setSheetIndex()
writeLine()
Class: PHPExcel_Writer_CSV - X-Ref
PHPExcel_Writer_CSV__construct(PHPExcel $phpExcel) X-Ref |
Create a new PHPExcel_Writer_CSV param: PHPExcel $phpExcel PHPExcel object |
save($pFilename = null) X-Ref |
Save PHPExcel to file param: string $pFilename |
getDelimiter() X-Ref |
Get delimiter return: string |
setDelimiter($pValue = ',') X-Ref |
Set delimiter param: string $pValue Delimiter, defaults to , return: PHPExcel_Writer_CSV |
getEnclosure() X-Ref |
Get enclosure return: string |
setEnclosure($pValue = '"') X-Ref |
Set enclosure param: string $pValue Enclosure, defaults to " return: PHPExcel_Writer_CSV |
getLineEnding() X-Ref |
Get line ending return: string |
setLineEnding($pValue = PHP_EOL) X-Ref |
Set line ending param: string $pValue Line ending, defaults to OS line ending (PHP_EOL) return: PHPExcel_Writer_CSV |
getUseBOM() X-Ref |
Get whether BOM should be used return: boolean |
setUseBOM($pValue = false) X-Ref |
Set whether BOM should be used param: boolean $pValue Use UTF-8 byte-order mark? Defaults to false return: PHPExcel_Writer_CSV |
getExcelCompatibility() X-Ref |
Get whether the file should be saved with full Excel Compatibility return: boolean |
setExcelCompatibility($pValue = false) X-Ref |
Set whether the file should be saved with full Excel Compatibility param: boolean $pValue Set the file to be written as a fully Excel compatible csv file return: PHPExcel_Writer_CSV |
getSheetIndex() X-Ref |
Get sheet index return: int |
setSheetIndex($pValue = 0) X-Ref |
Set sheet index param: int $pValue Sheet index return: PHPExcel_Writer_CSV |
writeLine($pFileHandle = null, $pValues = null) X-Ref |
Write line to CSV file param: mixed $pFileHandle PHP filehandle param: array $pValues Array containing values in a row |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |