RandomSec/extensions/gdata
dependabot[bot] c555615fdb
build(deps): bump google-api-services-sheets (#4036)
Bumps google-api-services-sheets from v4-rev20210527-1.31.5 to v4-rev20210527-1.32.1.

---
updated-dependencies:
- dependency-name: com.google.apis:google-api-services-sheets
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-08 16:12:07 +02:00
..
module Translated using Weblate (Bengali) 2021-07-06 22:34:07 +02:00
src/com/google/refine/extension/gdata Fix null precondition while importing a Google Sheet (#3801) 2021-06-28 09:35:05 +02:00
tests Add https for all TestNG DTDs 2020-08-03 12:27:58 -04:00
LICENSE.txt Drop -extension suffix 2010-10-14 20:35:16 +00:00
pom.xml build(deps): bump google-api-services-sheets (#4036) 2021-07-08 16:12:07 +02:00
README.txt Issue 630: Change branding from Google Refine to OpenRefine 2012-10-18 19:40:31 -04:00

OpenRefine extension for Google Spreadsheets
by Tom Morris <tfmorris@gmail.com>

This extension provides Refine with the ability to read Google spreadsheets
directly so you don't have to export them as CSV files first.

Unpack the contents of this archive (jar, zip, etc) into the extensions folder
of your Refine installation and restart Refine.

Enter the *public* share URL of a Google Spreadsheet in the "Data File URL"
field of the "Create a New Project" pane of the Refine home page.

If you end up with a project full of HTML tags and an RSS feed, the extension
isn't installed properly.  A properly installed extension should have an About
page available at http://127.0.0.1:3333/extension/gdata/ (the trailing
slash is significant).


Known limitations:

- No write support
- No authentication support.  You must use the public share URL for the
  the Google spreadsheet you want to load.