Connect to Dynamic Data

roflwafflez

New Member
Joined
Nov 20, 2015
Messages
2
Hi All,

I've been scouring the web trying to find an answer to this. I have a programming background, so if anyone could provide any resources that could help that would be greatly appreciated.

I am trying to automatically download / update a sheet on my excel (or google sheet if that is easier) based off a dynamic .csv export. The export is in .csv or .tsv form and comes from BBstate and provides college basketball stats. Right now I goto the site each time and download each of the csvs and am trying to find a way to automate this. This site is behind a username and password, once I am logged in I click whatever statistic set I want and hit a data export button, which provides a .csv download.

I installed an HTTP trace (see below) to see if I could figure it out, but wasn't having any luck (its been a while since I've coded and I am bit out of date especially with web stuff). I wanted to see if it were possible (without a massive time investment) and if so whether anyone knew any resources available that could enable me to do it. Again, if using google sheets makes its easier, I have no qualms using that instead of excel.

http://bbstate.com/data/798b388599193f73f520db989
GET http://bbstate.com/data/798b388599193f73f520db989Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8Upgrade-Insecure-Requests: 1User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36Referer: Advanced Performances - Basketball State gzip, deflate, sdchAccept-Language: en-US,en;q=0.8Cookie: auid=1673xxxxxxxx170; __atssc=google%3B4; __atuvc=10%7C45%2C17%7C46; __atuvs=564ead195587222b010

HTTP/1.1 200 OKDate: Fri, 20 Nov 2015 05:59:58 GMTServer: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 PHP/5.5.30X-Powered-By: PHP/5.5.30Content-Length: 0Keep-Alive: timeout=5, max=200Connection: Keep-AliveContent-Type: text/html
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.

Forum statistics

Threads
1,214,944
Messages
6,122,392
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top