Google Spreadsheets Lets You Import Online Data - KingPin's Forum
KPsDenKPsDen ArmoryImage HostingLegendz text RPGIp DisplayIRCFlash Arcade
Forum
      |        
Register
         So that's it!!? (Posted By:SoloG - Replies:7 - Views:41)      « »     3 more weeks !!!! (Posted By:SoloG - Replies:5 - Views:58)      « »     annoying person (Posted By:SoloG - Replies:6 - Views:54)      « »     1 time account reset (Posted By:Headshot - Replies:7 - Views:20)      « »     lulz no acces in stv arena! (Posted By:Bionuclear - Replies:5 - Views:64)      « »     Wrath of the lich king (Posted By:Bionuclear - Replies:26 - Views:314)      « »     Missing Donation (Posted By:KingPin - Replies:1 - Views:9)      « »     Leather conversions via .tradein (Posted By:vohrtechs - Replies:13 - Views:327)      « »     i think u should sell the 1 that drops in sunwell (Posted By:Headshot - Replies:3 - Views:448)      « »     new and cant connect to server (Posted By:SoloG - Replies:9 - Views:123)      « »     
KingPin's Forum
 
K.P.s.N. Register vbBux / KPs Mall Bugs Blogs FAQ Search Today's Posts Mark Forums Read Donate
Go Back   KingPin's Forum > KP's Network Forum > RSS News
Reload this Page Google Spreadsheets Lets You Import Online Data
 


RSS News This is a discussion on Google Spreadsheets Lets You Import Online Data in the RSS News;
Description: Google Spreadsheets wins the prize for the coolest new features launched this summer in Google's web applications. The magical autofill ...

Reply
 
LinkBack Thread Tools
Google Spreadsheets Lets You Import Online Data
(#1 (permalink))
Old
Evul Bot!'s Avatar
Evul Bot! is Offline
Super Moderating Bot!
Points: 52,065, Level: 70 Points: 52,065, Level: 70 Points: 52,065, Level: 70
Activity: 60% Activity: 60% Activity: 60%
Evul Bot! will become famous soon enoughEvul Bot! will become famous soon enough
 
Evul Bot! is too awesome too moods
Rupees: 566,679.29
Bank: 500.00
Total Rupees: 567,179.29
 
Posts: 10,796
Thanks: 0
Thanked 1 Time in 1 Post
Join Date: Jun 2004
Lightbulb Google Spreadsheets Lets You Import Online Data - September 5th, 2007

Google Spreadsheets wins the prize for the coolest new features launched this summer in Google's web applications.

The magical autofill lets you type the first elements from a series, select them, drag the fill handle (a small blue square) across the range that you want to fill and obtain the rest of the items automatically. It works for time series (days of the week, months), numerical series (arithmetical progressions), a combination between text and numbers (for example: type Q1, Q2 and Google Spreadsheets will add Q3, Q4 etc.) or dates. But you can also try entering related words, products, companies, countries and you may get surprising results, especially if you press Ctrl while dragging the fill handle.


The other great new feature uses the "online" part from from "online spreadsheet". Now you can add data from many different sources available online: feeds, HTML files or simply text files (CSV/TSV).

For HTML or XML files, you have to type an XPath expression to describe the data:
=importXML("URL","XPath expression")

For example, to get the Google search results for [live], you need to check the source code and notice that the class attribute has the value "l":
=importXML("http://www.google.com/search?q=live", "//a[@class='l']/@href")


There's a special function to import tables and lists from HTML files:
=importHtml(URL, element, index)

Element can be either "list" or "table", while the index tells an element's order in the page. Here's how to import all the definitions for [live] found by Google:
=importHTML("http://www.google.com/search?q=define:live", "list", 1)


To import structured text files, use this function:
=importData("URL")

This is especially useful if you want to import data from multiple CSV files available online.


Atom and RSS feeds can be imported using this function:
=GoogleReader(URL)

The function has an advanced form that lets you add only some of the items from the feed. For example, here's how to obtain the latest headline from New York Times:
=GoogleReader ("http://graphics8.nytimes.com/services/xml/rss/nyt/HomePage.xml", "items title", "false", 1)

Google could improve autofill by using more data from Google Sets, while the second new feature could be improved by adding an option to automatically refresh the data. Google could also make it easy to import search results.

If we couple these new additions with the two other functions that retrieve information from the web and consider that each published spreadsheet is available as a feed, it's clear that you can connect multiple spreadsheets and easily reference data available online. </img> </img> </img> </img>

 
Reply With Quote
Reply

Bookmarks

Tags
google, spreadsheets, lets, import, online, data

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Rupees Per Thread View: 1.00
Rupees Per Thread: 15.00
Rupees Per Post: 5.00
Forum Jump



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright 2004-2009 KPsN


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81