SharpDocx icon indicating copy to clipboard operation
SharpDocx copied to clipboard

How can merge column or cell table on Doc file?

Open minhdv48 opened this issue 5 years ago • 2 comments

I tried some ways but not success. I can't see your code process this issue. If you can, Please guide me! That is great for me. Thanks so much!

minhdv48 avatar Oct 20 '20 16:10 minhdv48

I have the same problem

DavidDXY avatar Nov 25 '21 02:11 DavidDXY

This is not supported out of the box, but it should be fairly easy to implement with with DocumentFormat.OpenXml's GridSpan. See https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.gridspan?view=openxml-2.8.1 and the Inheritance example.

egonl avatar Oct 03 '23 10:10 egonl