Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17194 программиста и 1834 робота. Сейчас ищут 1662 программиста ...
Worksheet::write
Вернуться к: Spreadsheet_Excel_Writer
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 )
Map to the appropriate write method acording to the token recieved.
Parameter
-
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
Note
This function can not be called statically.
Example
Using write()
<?php
?>
Вернуться к: Spreadsheet_Excel_Writer