1
votes

Is there any way to style table using openXml sdk? I am working on document creating in asp.net and stuck in styling tables. Is it possible to define style in template and when ever i structure my table through code, it will use this style?

enter image description here

1

1 Answers

1
votes

I would suggest manually making a document with above table style and then using OpenXMl productivity tools to examine how the word document is structured. You can then write code to construct the table.