<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Web lookup using Excel</title>
	<atom:link href="http://www.s-anand.net/blog/web-lookup-using-excel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.s-anand.net/blog/web-lookup-using-excel/</link>
	<description>Technology, business and fun</description>
	<lastBuildDate>Mon, 08 Mar 2010 12:25:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: S Anand</title>
		<link>http://www.s-anand.net/blog/web-lookup-using-excel/comment-page-1/#comment-2158</link>
		<dc:creator>S Anand</dc:creator>
		<pubDate>Wed, 13 Aug 2008 08:15:21 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/blog/web-lookup-using-excel/#comment-2158</guid>
		<description>@dat: Have a look at http://www.awszone.com/ for examples on other parameters.</description>
		<content:encoded><![CDATA[<p>@dat: Have a look at <a href="http://www.awszone.com/" rel="nofollow">http://www.awszone.com/</a> for examples on other parameters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dat</title>
		<link>http://www.s-anand.net/blog/web-lookup-using-excel/comment-page-1/#comment-2157</link>
		<dc:creator>dat</dc:creator>
		<pubDate>Tue, 12 Aug 2008 14:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/blog/web-lookup-using-excel/#comment-2157</guid>
		<description>useful article! &lt;br&gt;Btw, how do I retrieve other info from amazon (published date, sales rank, customer review, etc)??? &lt;br&gt;thanks</description>
		<content:encoded><![CDATA[<p>useful article! <br />Btw, how do I retrieve other info from amazon (published date, sales rank, customer review, etc)??? <br />thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rick sherrin</title>
		<link>http://www.s-anand.net/blog/web-lookup-using-excel/comment-page-1/#comment-2156</link>
		<dc:creator>rick sherrin</dc:creator>
		<pubDate>Thu, 03 May 2007 18:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/blog/web-lookup-using-excel/#comment-2156</guid>
		<description>Hi,  I work at a public library, in the acquisitions department. The majority of the work is manually keying in order information (that is available electronically elsewhere).     I read your article about using Excel to retrieve amazon information. This is something that would be very useful to our library and would make my job easier.         I have a little excel knowledge, but I have no experience with visual basic or xml, etc. So although it looks straightforward, it is still out of my reach.        I would like to be able to enter a column of ISBN numbers in one column, and retrieve title, author, publisher, price, reviews, synopsis, cover image, in adjacent columns.         I would appreciate your help if you would give me an example of how I could easily do this.    Thanks    Rick    </description>
		<content:encoded><![CDATA[<p>Hi,  I work at a public library, in the acquisitions department. The majority of the work is manually keying in order information (that is available electronically elsewhere).     I read your article about using Excel to retrieve amazon information. This is something that would be very useful to our library and would make my job easier.         I have a little excel knowledge, but I have no experience with visual basic or xml, etc. So although it looks straightforward, it is still out of my reach.        I would like to be able to enter a column of ISBN numbers in one column, and retrieve title, author, publisher, price, reviews, synopsis, cover image, in adjacent columns.         I would appreciate your help if you would give me an example of how I could easily do this.    Thanks    Rick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S Anand</title>
		<link>http://www.s-anand.net/blog/web-lookup-using-excel/comment-page-1/#comment-2155</link>
		<dc:creator>S Anand</dc:creator>
		<pubDate>Thu, 03 May 2007 14:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/blog/web-lookup-using-excel/#comment-2155</guid>
		<description>Good point, Saurabh! Web Query does make getting stuff out of HTML very easy. My function operates in a different domain, though. It can access XML, which Web Query won&#039;t, but can&#039;t access HTML, which Web Query does. I&#039;m planning a few more posts on how to extend this concept... that will explain what I mean.</description>
		<content:encoded><![CDATA[<p>Good point, Saurabh! Web Query does make getting stuff out of HTML very easy. My function operates in a different domain, though. It can access XML, which Web Query won&#8217;t, but can&#8217;t access HTML, which Web Query does. I&#8217;m planning a few more posts on how to extend this concept&#8230; that will explain what I mean.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh</title>
		<link>http://www.s-anand.net/blog/web-lookup-using-excel/comment-page-1/#comment-2154</link>
		<dc:creator>Saurabh</dc:creator>
		<pubDate>Thu, 03 May 2007 13:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/blog/web-lookup-using-excel/#comment-2154</guid>
		<description>There is a simpler way as well. Use Data-&gt;Import External Data-&gt;New Web Query. While this is not as powerful as the user defined function that you have created, but definitely a good starting point for lesser geeks :)   I use this, for example, to have a dashboard kind of view for the status of the multiple projects that I handle at my work. We rely heavily on Microsoft Sharepoint at work, and using the Web Query option, I can easily get a snapshot of the status of various projects. Same can also fetch shareprices from various websites.</description>
		<content:encoded><![CDATA[<p>There is a simpler way as well. Use Data->Import External Data->New Web Query. While this is not as powerful as the user defined function that you have created, but definitely a good starting point for lesser geeks <img src='http://www.s-anand.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />    I use this, for example, to have a dashboard kind of view for the status of the multiple projects that I handle at my work. We rely heavily on Microsoft Sharepoint at work, and using the Web Query option, I can easily get a snapshot of the status of various projects. Same can also fetch shareprices from various websites.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
