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

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

Worksheet::write

Worksheet::write – 受け取った内容に応じて、適切な書き込みメソッドを呼び出す

Synopsis

require_once "Spreadsheet/Excel/Writer.php";

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

Description

受け取った内容に応じて、適切な書き込みメソッドを呼び出します。

Parameter

  • integer $row - 書き込み先の行。

  • integer $col - 書き込み先の列。

  • mixed $token - 書き込みたい内容。

  • mixed $format - オプションで、セルに適用する書式。

Note

This function can not be called statically.

Example

write() の使用法

<?php

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

Download Documentation Last updated: Sun, 21 Jun 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