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

go-docx use #7

Closed zhengzhongji closed 1 year ago

zhengzhongji commented 1 year ago

go-docx的表格设计, 可以支持表格中的部分表格合并吗,就是类似单元格合并的功能

fumiama commented 1 year ago

合并单元格由merge属性控制,比如cell的vmerge。这个需要你找一个现有的docx解包分析一下,具体情况具体判断。