Worksheet::writeNumber -- Write a double to the specified row and column (zero indexed).
Beschrijving
Write a double to the specified row and column (zero indexed). An integer can be written as a double. Excel will display an integer. $format is optional. Returns 0 : normal termination -2 : row or column out of range
Parameter
integer $row -
Zero indexed row
integer $col -
Zero indexed column
float $num -
The number to write
mixed $format -
The optional XF format
Note
Deze functie kan niet statisch worden aangeroepen.