| Worksheet::writeString | Worksheet::writeBlank |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |
require_once "Spreadsheet/Excel/Writer.php";
|
void Worksheet::writeNote (
integer $row
,
integer $col
,
string $note
)
Writes a note associated with the cell given by the row and column. NOTE records don't have a length limit.
integer $row - Zero indexed row
integer $col - Zero indexed column
string $note - The note to write
This function can not be called statically.
Using writeNote()
|
| Worksheet::writeString | Worksheet::writeBlank |
| Spreadsheet_Excel_Writer | |
| PEAR Manual | |