elapouya / python-docx-template

Use a docx as a jinja2 template
GNU Lesser General Public License v2.1
1.91k stars 378 forks source link

Merging data into table and dynamic columns #478

Closed El-FaroukA closed 1 year ago

El-FaroukA commented 1 year ago

Hello everyone, I have a table in my template that has a specific shape see below :

image

I need to setup the template correctly and to format correctly the data in python because all data are dynamically insert into the table but I don't know how to do it.

Can you give me some help please ?