RandomSec/extensions/gdata
johnvl2 047b990145
Add ability to disable the refreshing of import previews (#4309)
* [#4009] Added checkbox to disable automatic preview updates for separator based files

* [#4009] Checkbox now added for most parser types

* [#4009] Google data and database additions for disabling auto preview

* [#4009] Excel and pc axis fixes

* [#4009] Test case addition

* [#4009] Added comments

* [#4009] Review comment fixes
2021-11-26 21:36:21 +01:00
..
module Add ability to disable the refreshing of import previews (#4309) 2021-11-26 21:36:21 +01:00
src/com/google/refine/extension/gdata build(deps): bump google-api-services-drive from v3-rev20210315-1.31.0 to v3-rev20211017-1.32.1 (#4240) 2021-10-23 08:54:44 +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 mockito-core from 4.0.0 to 4.1.0 (#4312) 2021-11-22 09:32:47 +01: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.