PHPword表格中 单元格内输出不同样式的内容

注意 不能直接使用  $table->addCell(2000)->addText('培训内容'.($i+1),$fontStyle); 要使用 addListItem 这个属性 $table = $section->addTable($styleTable); $head = $DataOutput->head; if ($head) { for ($i = 0; $i < coun
相关文章
相关标签/搜索