PHPOffice / PHPWord

A pure PHP library for reading and writing word processing documents
https://phpoffice.github.io/PHPWord/
Other
7.16k stars 2.68k forks source link

Error reporting of cloneRow #2623

Open yuyi1122 opened 2 weeks ago

yuyi1122 commented 2 weeks ago

Describe the problem

I think cloneRow reported an error because the format of the table used in the template creation process was wrong, so that when copying ${data}, the process did not recognize that it was a table.

Describe the expected behavior

I edited the table again, and it was successful with cloneRow.

Priority