Java Data into Excel?

S

smudge

In trying to get live data into an Excel database using a web query, I
found a streamed source of data. However this is in a java format.

It resembles a table, and I was wondering if I could import the data
into each respective cell in a spreadsheet, or somehow link a Cell
reference to the Java. Any ideas?

I have a spreadsheet with all my math and an html page open with my
data?!?! Close but no cigar! The java is not in an importable table (as
typically required in a web query).

THis java is streamed and not limited to the Web-query 'refresh'.

Thanks in advance for any ideas/filters/add-ins.. :)
 
Top