Google Sheet
Dan Tobias (Talk | contribs) |
Dan Tobias (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Document | |subcat=Document | ||
+ | |subcat2=Spreadsheet | ||
|extensions={{ext|gsheet}} | |extensions={{ext|gsheet}} | ||
+ | |pronom={{PRONOM|fmt/1073}} | ||
|released=2006 | |released=2006 | ||
}} | }} | ||
'''Google Sheet''' is the cloud-based spreadsheet format used as the native format of spreadsheets created within the office suite within [[Google Drive]]. ([[Google Document]], .gdoc, is used for other sorts of documents.) The document content is "in the cloud"; when you sync a Google Drive directory with a local operating system, only a pointer file gets transferred to the local system, so if you don't entirely trust your documents to the cloud, or want to work with them offline without an Internet connection, you need to export them into a different format. | '''Google Sheet''' is the cloud-based spreadsheet format used as the native format of spreadsheets created within the office suite within [[Google Drive]]. ([[Google Document]], .gdoc, is used for other sorts of documents.) The document content is "in the cloud"; when you sync a Google Drive directory with a local operating system, only a pointer file gets transferred to the local system, so if you don't entirely trust your documents to the cloud, or want to work with them offline without an Internet connection, you need to export them into a different format. | ||
− | The .gsheet file contains a line such as this: | + | The .gsheet file contains a line such as this ([[JSON]]-style): |
− | <code>{"url": "https://docs.google.com/spreadsheet/ccc?key=0Ah25sBmz3CtZdEJJN3ZuQlJCM3lPVGRJQ1RocEdPNmc&usp=docslist_api", "resource_id": "spreadsheet:0Ah25sBmz3CtZdEJJN3ZuQlJCM3lPVGRJQ1RocEdPNmc"}</code> | + | <code><nowiki>{"url": "https://docs.google.com/spreadsheet/ccc?key=0Ah25sBmz3CtZdEJJN3ZuQlJCM3lPVGRJQ1RocEdPNmc&usp=docslist_api", "resource_id": "spreadsheet:0Ah25sBmz3CtZdEJJN3ZuQlJCM3lPVGRJQ1RocEdPNmc"}</nowiki></code> |
It points at the document content on Google's servers. | It points at the document content on Google's servers. | ||
+ | |||
+ | From time to time the documents are migrated to [https://support.google.com/docs/answer/6082736?p=new_sheets_migrate&rd=1 new versions] of Google's format. | ||
== Links == | == Links == | ||
* [[Wikipedia:Google Docs|Wikipedia: Google Docs]] | * [[Wikipedia:Google Docs|Wikipedia: Google Docs]] | ||
* [http://googledrive.blogspot.com/ Google Drive blog] | * [http://googledrive.blogspot.com/ Google Drive blog] | ||
+ | |||
+ | [[Category:Google]] |
Latest revision as of 23:17, 24 April 2018
Google Sheet is the cloud-based spreadsheet format used as the native format of spreadsheets created within the office suite within Google Drive. (Google Document, .gdoc, is used for other sorts of documents.) The document content is "in the cloud"; when you sync a Google Drive directory with a local operating system, only a pointer file gets transferred to the local system, so if you don't entirely trust your documents to the cloud, or want to work with them offline without an Internet connection, you need to export them into a different format.
The .gsheet file contains a line such as this (JSON-style):
{"url": "https://docs.google.com/spreadsheet/ccc?key=0Ah25sBmz3CtZdEJJN3ZuQlJCM3lPVGRJQ1RocEdPNmc&usp=docslist_api", "resource_id": "spreadsheet:0Ah25sBmz3CtZdEJJN3ZuQlJCM3lPVGRJQ1RocEdPNmc"}
It points at the document content on Google's servers.
From time to time the documents are migrated to new versions of Google's format.