Generate report to Microsoft Word document
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have an ASP.NET application which currently generates a price list as a web page, complete with header and footer. I now need to offer the option of generating the same report as a Microsoft Word document. Ideally, the document would contain the header and footer just as the web page did but if necessary, the report would expand to two or more pages. Can someone suggest the best way of doing this? Is there a way to export a web page directly to Microsoft Word? Thanks for any help suggested :)