Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
Hello,
Is it possible to make a jump to the line ?
Because at present time, I do this :
$liste_day_et_heure .= "le ".date('d-m-Y',$donnees['date_presence'])."
".$horaire;
$docx->replaceTemplateVariableByHTML('liste_joursethoraire', 'inline', '
'.$liste_day_et_heure);
But I lose the formatting of the text
Do you have a solution to this problem ?