How to generate Word document(doc,docx) in ASP.NET?
+2
A:
You can use WordML to create Word 2003 docx: http://www.informit.com/guides/content.aspx?g=xml&seqNum=176
lod3n
2009-09-25 04:45:10
+2
A:
You can create OpenXML documents using the Open XML SDK 2.0 for Microsoft Office. Note that this only applies to .docx
, not .doc
binary files from earlier versions of Word.
Documentation can be found here.
Grant Wagner
2009-10-05 19:28:39
A:
Joel offers some tips for that here: Why are the Microsoft Office file formats so complicated? (And some workarounds)
Nick
2009-11-10 17:10:20