Goodmorning everyone !
I use PhpDocX to get text from fields in a db and generate a word file.
Does anyone know how to wrap a text from DB?
For example:
The text in a TEXT field of the DB:
Hello,\n
my name \ n
is micky \ n
The result by generating the word file is:
hello, my name is micky
How can I keep the desired formatting even in the word file?
Hello everyone and excuse me for my bad english ;-)