Welcome to Dream.In.Code
Getting C# Help is Easy!

Join 132,494 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 1,069 people online right now. Registration is fast and FREE... Join Now!




Read An Html File

 
Reply to this topicStart new topic

Read An Html File, how to read an html file in c# and convert it into excel or csv file

bhushandhorey
post 5 Sep, 2008 - 10:38 PM
Post #1


New D.I.C Head

*
Joined: 20 May, 2008
Posts: 5

I have not get code uptill now for reading an html file.
User is offlineProfile CardPM

Go to the top of the page

gbertoli3
post 5 Sep, 2008 - 11:26 PM
Post #2


DIC at Heart + Code

Group Icon
Joined: 23 Jun, 2008
Posts: 1,026



Thanked 16 times

Dream Kudos: 950
My Contributions


We will not do the work for you. Try Googling It or Starting on your own, then post your code(using the code tags).
User is online!Profile CardPM

Go to the top of the page

knightyknight
post 6 Sep, 2008 - 04:12 AM
Post #3


New D.I.C Head

*
Joined: 6 Sep, 2008
Posts: 5


My Contributions


I can give you a few pointers

Firstly to load the HTML file into a string use this

string strHTML=File.ReadAllText("myfile.html");

If you need to download the HTML file first then read up about the WebClient class and use that to download the HTML into a string

It's probably easist to convert to CSV format

The exact way of doing this depends entirerly on the layout of your HTML file, but look into using regex and/or string replace methods to replace the html tags appropriately with commas and new lines.

If this is a tabulated (HTML table) based format then this should be fairly simple

User is offlineProfile CardPM

Go to the top of the page

gbertoli3
post 6 Sep, 2008 - 09:42 AM
Post #4


DIC at Heart + Code

Group Icon
Joined: 23 Jun, 2008
Posts: 1,026



Thanked 16 times

Dream Kudos: 950
My Contributions


What exactly is your question?

This post has been edited by gbertoli3: 6 Sep, 2008 - 09:45 AM
User is online!Profile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 11/22/08 05:05PM

Live C# Help!

C# Tutorials

Reference Sheets

C# Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month