views:

60

answers:

1

Hi,

I'm reading an excel file using oledb in my asp.net code (vb). I have no problem going over the data but in one of the cells there is a string that "hides" a hyperlink. I want that hyperlink and not the string...

Any ideas?

Thanks

A: 

Open it as a text stream, parse the data for links.

Diodeus
Thanks but i'm realy hoping to leave it as xls file.
beytz