fumiama / go-docx

One of the most functional libraries to partially read and write .docx files (a.k.a. Microsoft Word documents or ECMA-376 Office Open XML) in Go.
GNU Affero General Public License v3.0
109 stars 14 forks source link

how to set table merge #25

Open aixj1984 opened 5 months ago

aixj1984 commented 5 months ago

I have a requirement to merge certain rows in a table. Do you have any plans to support this feature in the future?

fumiama commented 5 months ago

Now there's no such plan but you can observe the table merge structure by yourself (extract docx and read document.xml) and implement it easily using the same format as this repo. 🤝