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: ,

Playing with OpenXML: Let’s Convert docx to Simple html5

Written on January 25, 2010 – 1:43 am | by tihomir_wwf |

I decided to play little with the application from the Introduction to Open XML SDK 2.0 Post and I decided to read text in more details, ex. to iterate through all document paragraphs and for each paragraph to iterate through each of its Runs (Run is a region of text with a common set of [...]

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: ,