Results 1 to 3 of 3

Question: Excel Auto HTML Render

Threaded View

  1. #1
    Registered User
    Join Date
    02-12-2014
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    3

    Red face Question: Excel Auto HTML Render

    I have a html/ajax script that pulls a search result from omdbapi.com. When I use script in internet Explorer it works fine but excel doesn't seem to have permission to pull a external request. Even if I try Data -> From Web (the browser shows the local version and not the correct version. Is there any way to make excel properly show/render the script?

    HTML FILE:
    <!doctype html>
    <html ng-app>
    <head>
    <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.6/angular.min.js"></script>
    <script>
    function ActivitiesListCtrl($scope, $http) {
    $http.get('http://www.omdbapi.com/?t=the%20shawshank%20redemption').success(function (data) {
    $scope.mydata = data;
    });
    }
    </script>
    </head>
    <body ng-controller="ActivitiesListCtrl">
    <h1>Movie Name</h1>
    {{mydata.Poster}}
    </body>
    </html>


    This is how it should display in a real browser. badpvp.com/testing.html
    I can not do this by hand because I have 3,000 omdbapi movies I need to pull the poster from. Posting html for each link in excel seemed to be a easy way to pull data.

    -Thanks for reading.
    Last edited by addcoolman; 02-14-2014 at 05:41 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Question re. pulling HTML into Excel
    By ngalunic in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-22-2012, 03:05 AM
  2. [Excel 2k3] Importing spreadsheet specs from Access Tables and Render it in Excel
    By iboumiza in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 12-19-2011, 01:19 AM
  3. Render excel to html table accessible
    By lasallej in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-04-2009, 03:10 PM
  4. Excel Html - XML Output simple question
    By hdogg in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 06-01-2007, 01:33 PM
  5. auto import a table into excel from a html
    By ceemo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-27-2006, 11:50 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1