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