Pleas Help. Need to extract html for a list of URLs

  • Thread starter Thread starter Shani718
  • Start date Start date
S

Shani718

I need the source code or html for a list of URLs that I have saved in
an excel spreadsheet? I have no way of going baout this so i would
appreciate any help. Thank you
 
Hello,
I need the source code or html for a list of URLs that I have
saved in an excel spreadsheet? I have no way of going baout
this so i would appreciate any help. Thank you

what do you need? I don't understand.

HTML:

<ul>
<li><a href="URL">DESCRIPTION</a></li>
</ul>

I can't believe that's what you're looking for. Do you need
some automatism? More details needed. What is the source,
what is your requested target format? From XLS to HTML?
Spreadsheet structure, webserver (which languages are
supported? PHP? Perl?) or with browser side scripting
(JavaScript?)?

Regards,
Thorsten
 
1. Open the file in Excel
2. Click File -> Save As Web Page
3. Give the file a name and click the save button.

There you go! You now have an HTML page which you can open in any text
editor.
 
I need the source code or html for a list of URLs that I have saved in
an excel spreadsheet?

Go to each link with a web browser, view it as source (In IE that
would be "Source" on the "View" menu) and save it.

There's no HTML or "source" if you just saved text (and not the full
URLs). If you saved the URLs as links, what you saved *is* the
"source".
 
Back
Top