Dear All,
Iam Looking for Export data from html file to excell using windiws forms in c#.so please help me .to do this.
i know how to export data from html to excell in asp.net .i need in windiwsforms please help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SanjayL DesaiPosted Dec 10, 2015, 3:40 PM
https://www.leadtools.com/sdk/document/document-converter
Or if Microsoft Office is installed on the computer, you can use Office Automation (Microsoft.Office.Interop.Excel) from within WinForms application to make Excel itself do the conversion. This is explained in the response by Robert Mearns in this post: