PHPWord reader docx 将所有文本 运行 包装到新段落中

PHPWord reader docx wraps all each text run into new paragraph

PHPWord 读取 docx 文件并将每个 w:r 换行到新段落中。 有谁知道如何解决这个问题? 我将不胜感激任何帮助。 谢谢。

已确定此问题并提出了解决方案,请参阅https://github.com/PHPOffice/PHPWord/issues/1043

虽然该解决方案尚未集成到下一个 PHPWord 版本 (0.14) 中。

更新:这已在最新的开发分支中修复。