in completion
while {
$tmpf=$tmpimgname.$odorg++.'_odo.png';
$nosImages->OdometerSimple( $tmpf, $nom,$ratioNotes,$seuilorange,$seuilvert);
$tb[$i]['IMAGEODO']=$tmpf;
}
$docx->addTemplateVariable($tb,'table',$settings);
Doen't work the image is not replaced
And with
while {
$tmpf=$tmpimgname.$odorg++.'_odo.png';
$nosImages->OdometerSimple( $tmpf, $nom,$ratioNotes,$seuilorange,$seuilvert);
$docx->addTemplateImage('IMAGEODO', $tmpf);;
}
Every line of the table have the same image