void Worksheet::writeString (
integer $row
,
integer $col
,
string $str
,
mixed $format=0
)
Écrit une chaîne à la ligne et la colonne spécifiés (indexé à partir de zéro). NOTE : il y a dans Excel 5 une limite à 255 caractères. $format est optionnel. Retourne 0 : normal -1 : nombre d'arguments insuffisant -2 : ligne et colonne en dehors de l'intervalle -3 : chaîne tronquée à 255 caractères
integer $row - Ligne indexé à partir de zéro
integer $col - Colonne indexée à partir de zéro
string $str - La cha$ine à écrire
mixed $format - Le format XF pour la celulle
This function can not be called statically.
Exemple avec writeString()
<?php
?>