Ok guys, I know Excel isn't a database so let's get that one out of the way. What I'm wondering is if URL fields inside of an excel sheet are accessible from c# in code behind? What I'm trying to do is to take two fields from a spreadsheet that has the following information:
Course Name | Course Number (has URL for profile information)
What I'm looking to do is to extract these two fields and capture the information from the URL. I know how to handle the screen scraping, what I need to know is how to pull that information in from Excel.