Export data to docx file using Open XML SDK
Written on February 8, 2010 – 3:46 am | by tihomir_wwf |Here’s simple example how can we export some table data to docx file using Open XML SDK. If you are not familiar with Open XML SDK, you can check out first Introduction to Open XML SDK. In this example: 1) Create some string array that represent table data 2) Create a new Docx file and [...]

