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])

Beschreibung

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

Parameter

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel