Hello,
I use phpdocx v4.0 and I have a table with some variable to be replaced by a text (not duplicate line). This table contains 2 columns with :
- in left column a title
- in right column the variable to be replaced
I have changed the symbol for # and sometime I have the title and the variable with the same name like :
- HT | #totalHT#
- TVA | #TVA#
- TTC | #totalTTC#
When phpdocx replace #TVA#, the row TVA merge with the row HT like for example:
- HT | 50€TVA10€
- TTC | 60€
I have already thousand files with this table and I can't change the name variable in all of them.
Can you help me to prevent the merge for this situation.
Thanx