Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17112 программистов и 1833 робота. Сейчас ищут 1673 программиста ...
Worksheet::writeCol
Вернуться к: Spreadsheet_Excel_Writer
Worksheet::writeCol
Worksheet::writeCol – Write an array of values as a column
Synopsis
require_once 'Spreadsheet/Excel/Writer/Worksheet.php';
mixed Worksheet::writeCol ( integer $row , integer $col , array $val , mixed $format = null )
This package is not documented yet.
Parameter
- integer $row
-
The first row (uppermost row) we are writing to
- integer $col
-
The col we are writing to
- array $val
-
The array of values to write
- mixed $format
-
The optional format to apply to the cell
Return value
returns PEAR_Error on failure
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Spreadsheet_Excel_Writer