Worksheet::writeCol

Worksheet::writeCol – 値の配列を列に書き込む

Synopsis

require_once 'Spreadsheet/Excel/Writer/Worksheet.php';

mixed Worksheet::writeCol ( integer $row , integer $col , array $val , mixed $format = = null )

Description

This package is not documented yet.

Parameter

integer $row

書き込み先の最初の行 (いちばん上の行)。

integer $col

書き込みたい列。

array $val

書き込みたい値の配列。

mixed $format

オプションでセルに適用する書式。

Return value

失敗した場合に PEAR_Error を返します。

Throws

例外はスローされません。

Note

This function can not be called statically.