previousWorksheet::setPrintScale (Previous) (Next) Worksheet::writeNumbernext

View this page in Last updated: Sun, 18 Oct 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Worksheet::write

Worksheet::write – Appel la méthode d'écriture appropriée par rapport au texte reçu

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

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

Description

Appel la méthode d'écriture appropriée par rapport au texte reçu.

Parameter

  • integer $row - La ligne de la cellule où nous allons écrire

  • integer $col - La colonne de la cellule où nous allons écrire

  • mixed $token - Ce que nous allons écrire

  • mixed $format - Le format optionnel à appliquer à la cellule

Note

This function can not be called statically.

Example

Exemple avec write()

<?php

?>
previousWorksheet::setPrintScale (Previous) (Next) Worksheet::writeNumbernext

Download Documentation Last updated: Sun, 18 Oct 2009
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: ozhurevleva@gmail.com

Example

Using write()
<?php

?>


Where is example?
I have an error by using function write():
Fatal error: Call to a member function write() on a non-object in ../export/index.php on line 14