Want to open tables in browser page in Excel spreadsheet

B

bmwmcrider

Hello,

Does anyone know of a tool that can convert HTML tables in a browser (Firefox) page to a form that can be opened into an Excel worksheet?

Thanks,

Mike
 
J

JE McGimpsey

Hello,<br>
<br>
Does anyone know of a tool that can convert HTML tables in a browser
(Firefox) page to a form that can be opened into an Excel worksheet?<br>

Not sure what you're looking for here...

If you Save Page As and choose Web Page, HTML Only, XL will open the
file directly.

You can also usually copy a table and paste it directly into an XL
worksheet.

A third alternative is to use a web query. See

http://support.microsoft.com/default.aspx?scid=kb;en-us;274787
 
B

bmwmcrider

Hi,

I've already tried the first two suggestions you offered but neither worked. The third is not an option since the table appearing in my web browser was generated locally by another app running on my Mac.

Using the first suggestion when I open Excel and browse for the saved file it is greyed out and I can't select it. Using the copy and paste option I loose all the table formatting - the data is not arranged in rows and columns as it is on the browser page.

Maybe I'll just write a VBA script to parse out the data from the HTML file and put in a worksheet.

Thanks for your help,

Mike
 
J

JE McGimpsey

Using the first suggestion when I open Excel and browse for the saved file it
is greyed out and I can't select it.

How about if you select "All files" from the Enable dropdown in the Open
dialog?
 
J

JE McGimpsey

Using the copy and paste option I loose all the table formatting - the data
is not arranged in rows and columns as it is on the browser page.

Hmm... it works for me from a large number of tables that I've tried.
 
J

JE McGimpsey

The third is not an option since the table appearing in my web browser was
generated locally by another app running on my Mac.

Just use the proper URI - e.g.,:

file:///Users/<your name>/Documents/html_tables.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top