Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi ,

can you tell me how to convert html to Excel using httpwebrequest in c# desktop application?
Posted
Comments
Sergey Alexandrovich Kryukov 9-Jun-15 1:29am    
So, JavaScript or C#? HttpWebRequest? WebBrowserControl? What?
—SA

1 solution

Please see: http://excelbuilderjs.com[^].

But please see my comment to the question. I don't see how is it related to HttpWebRequest and C#. And WebBrowser control (WebBrowserControl? :-)). How about tagging "ASP.NET" then? You can do it on server side, which would make more practical sense. Then you can use Microsoft Open XML. Please see my past answers referenced in this one: How to add microsoft excel 15.0 object library from Add Reference in MS Visual Studio 2010[^].

See also this CodeProject article: Creating basic Excel workbook with Open XML[^].

If this is not enough, explain what do you really want to achieve, why, and so on, this time properly. Right now, to me, your question looks like a total mess.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900