SergeyZaykov
SergeyZaykov
Choose one solution [total.docx](https://github.com/elapouya/python-docx-template/files/13401569/total.docx)  
[Here is example](https://github.com/elapouya/python-docx-template/blob/master/tests/templates/horizontal_merge_tpl.docx)
Look this example: [Dynamically set cellbg](https://github.com/elapouya/python-docx-template/issues/420)
@phong-ssk Yes, it works for me. Do you have any problem? Here is a program for the testing. ```python #!/usr/bin/env python3 # -*- coding: utf-8 -*- """Testing the nested_horizontal_merge_tpl.docx template."""...
@phong-ssk Have a nice day
Well, what is wrong?
> {% for xxx%} 和 {% endfor %} 分别改为 **{%tr for xxx%} 和 {%tr endfor %}** It didn't help. The row of merged columns does not extend to all the...
You should use the for loop in one column only but loop variable 'event' in all columns. Open any table example like [https://github.com/elapouya/python-docx-template/blob/master/tests/templates/dynamic_table_tpl.docx](dynamic_table_tpl)
I see the wrong character at your DOCX file but I can't reproduce it. (Python 3.10.13, docxtpl 0.16.5) Moreover I add to JSON chinese characters and some arabic characters. For...
Well on another machine (Python 3.11.2, docxtpl 0.16.6) I can reproduce the problem. Nor umlauts letter nor chinese characters nor arabic characters doesn't rendered correctly.