Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, I have been working with the "Get External Data" Feature of excel and
it works great for scraping HTML Tables from websites and linking to them in your spread sheet I also like the fact that you can use a refresh function to update data in your spreadsheet that is linked to a HTML table on the Internet. My ISSUE is this when I use this feature of excel on a dynamically populated ASP table it does not work it seems to be unable to grab the data from these type of tables and since more and more sites these days are converting over to dynamic data driven websites this wonderfull excel feature seems to be more and more useless. DOES ANYONE know of any workarounds either via VBA or some Excel ADD-ON that will scrap ASP tables to excel file ? Dan. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
An ASP page may be "dynamic", but by the time it arrives at your browser
it's as static as a "regular" page. That is, it just has the same HTML tables and structure as an equivalent static page. You may be having problems because the pages are more complex or use client-side scripting to provide some of the funtionality. You'd need to provide some example of "non-scrapable" pages to see if anyone here has suggestions. Tim "Dan Thompson" wrote in message ... Hello, I have been working with the "Get External Data" Feature of excel and it works great for scraping HTML Tables from websites and linking to them in your spread sheet I also like the fact that you can use a refresh function to update data in your spreadsheet that is linked to a HTML table on the Internet. My ISSUE is this when I use this feature of excel on a dynamically populated ASP table it does not work it seems to be unable to grab the data from these type of tables and since more and more sites these days are converting over to dynamic data driven websites this wonderfull excel feature seems to be more and more useless. DOES ANYONE know of any workarounds either via VBA or some Excel ADD-ON that will scrap ASP tables to excel file ? Dan. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Importing / Linking Dynamic Data or ASP Tables into Excel ? | Excel Discussion (Misc queries) | |||
importing/linking data from an Access 2003 Query to an Excel 2003 | Excel Discussion (Misc queries) | |||
Removing Data Tables formed from importing data from Access | Excel Discussion (Misc queries) | |||
dynamic data range in pivot tables excel 2007 | Excel Discussion (Misc queries) | |||
Importing Data into Existing Pivot Tables ? | Excel Discussion (Misc queries) |