Copy data from web form to Excel?
I've got a web-application which I'm trying to get data from to be able to do calculations in Excel with. Unfortunately its in the relatively early days of this apps development (for which I have no say in) and there's no export to Excel button on this page.
Each table is made up of rows of form fields (which you can over-write the data with), with 4 columns for each row.
I've tried everything I can think of and am hitting a brick wall. Excel's import from web page doesn't work as its not a table so doesn't get the data. Highlighting, copying and pasting into Excel results in form fields being copied across with the data inside ... so can't do anything in Excel as its not actually in a cell to link to. Copying text-only fails as it discards the form fields altogether so the result is blank.
Any ideas?
Here's some screenshots with some garbage data as an example clipped to show the table only. On the webpage:
http://img.photobucket.com/albums/v3...romWebpage.png
Copied and pasted into Excel:
http://img.photobucket.com/albums/v3...tedtoExcel.png