Insert text
Function Prototype
insertText(int $row, int $column, string|int|double $data[, string $format, resource $formatHandler])int $row
cell row
int $column
cell column
string | int | double $data
What needs to be written
string $format
Content format
resource $formatHandler
cell style
example
Digital Style Example
For more styles, please refer to the Excel Microsoft documentation.
Last updated
Was this helpful?