Your Ad Here

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 [...]

Tags: ,

Introduction to Open XML SDK 2.0

Written on January 11, 2010 – 1:22 am | by tihomir_wwf |

Currently, I work with Open XML SDK 2.0 and in this post, I’ll try to explain simple introduction to it: What is Open XML and Open XML SDK? Open XML is an open standard that defines a set of XML schemas for representing spreadsheets, presentations, charts and word processing documents. Microsoft Office 2007 applications (Word, [...]

Tags: ,