|
|
(Next) Worksheet::writeNumber |
||||
| |
|||||
|
|||||
void Worksheet::write (
integer $row
,
integer $col
,
mixed $token
,
mixed $format=0
)
Map to the appropriate write method acording to the token recieved.
integer $row - The row of the cell we are writing to
integer $col - The column of the cell we are writing to
mixed $token - What we are writing
mixed $format - The optional format to apply to the cell
This function can not be called statically.
Using write()
<?php
?>
|
|
(Next) Worksheet::writeNumber |
||||||||
| |
|||||||||
|
|||||||||