mixed Worksheet::writeRow (
integer $row
, integer $col
, array $val
, mixed $format
= null
)
This package is not documented yet.
$row
The row we are writing to
$col
The first col (leftmost col) we are writing to
$val
The array of values to write
$format
The optional format to apply to the cell
returns PEAR_Error on failure
throws no exceptions thrown
This function can not be called statically.