Worksheet::write

Worksheet::write -- Map to the appropriate write method acording to the token recieved.

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

void Worksheet::write (integer $row, integer $col, mixed $token [, mixed $format=0])

Description

Map to the appropriate write method acording to the token recieved.

Parameter

Note

This function can not be called statically.

Example