2
shouts

Web 2.0 | Creating Word file using Office Open XML

posted by farooqkaiserfarooqkaiser 212 days, 5 hours, 41 minutes ago
Sunday, July 12, 2009 3:39:00 PM GMT

Recently, i created a webservice to generate the word and excel files using Office Open XML. The Open XML SDK can be downloaded from http://www.microsoft.com/downloads/details.aspx?familyid=ad0b72fb-4a1d-4c52-bdb5-7dd7e816d046&displaylang=en   Use the following namespaces  using DocumentFormat.OpenXml;

using DocumentFormat.OpenXml.Packaging;

Code sample : using (WordprocessingDocument wordDoc = WordprocessingDocument.Create(@"d:\doc\hello.docx", WordprocessingDocumentType.Document))

{...
category: ASP.NET | clicked: 19 | | source: www.fairnet.com | show counter code
tags: C# .NET, Office, Open XML

No comments yet, be the first one to post comment.

To post your comment please login or signup