.NET Efficient way to generate WORD Doc - Server Side
        Posted  
        
            by alexbf
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by alexbf
        
        
        
        Published on 2010-06-02T20:09:42Z
        Indexed on 
            2010/06/02
            20:14 UTC
        
        
        Read the original article
        Hit count: 259
        
Hello,
.NET 4.0
I am looking for the easiest way to generate a Word document on our server.
Limitations :
- Server side
 - I don't want to install word on the server
 - Data source is XML
 
I tried to generate a DOCX with XSLT which is fast and easy but the only way I could find to validate the generated document is to open it with Word and the only error I get when the document is not valid is "Error while opening document". Not very useful.
Any ideas?
Thanks, Alex
© Stack Overflow or respective owner