Problem:
Web application produces a window:

I need to copy this to a blank Excel spreadsheet.
Manually, I would Ctrl-A, Ctrl-C and Ctrl-V into cell A1 of the Excel spreadsheet.
The Excel would automatically parse into columns and I would save with the appropriate name.
I have tried many different things:
Extract data from web page;
Take screenshot of web page;
Extract data from window;
I have tried storing the output of the above in ClipboardText;
Also, storing it directly to an ExcelInstance. ( get all information in A1)
The above will not paste into my blank Excel sheet.
I have tried Send Keys {Control}{(A)}
{Control}{(C)} to web page(error "There isn't an active application to send keystrokes to.", then {Control}{(V)} to ExcelInstance.
I summary, I have tried many different avenues but I cannot get the information to Excel as if I had done it manually.
All help is appreciated. Thank you,
David