Worksheet::setInputEncoding
Описание
It allows writing for different charsets by setting the worksheet's "current" charset. It has been tested for UTF-8, ISO-8859-7. It requires iconv for any charset other than UTF-16LE.
Параметр
string $encoding - The encoding. It suports all encodings supported by php's iconv() function.
Пример
Пример 39-1. Using setInputEncoding()
|
Пред. | Начало | След. |
Worksheet::getName | Уровень выше | Worksheet::select |