=== RSG Retrieve Google Drive Spreadsheet ===
Contributors: rynergalaus
Tags: Google Drive, Spreadsheet, Table, Shortcode, rsggds
Author: https://profiles.wordpress.org/rynergalaus
Requires at least: 4.6
Tested up to: 5.1
Stable tag: 0.0.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

== Description ==

Retrieve contents from google drive spreadsheet and display it as a table.
This however needs your spreadsheet to be public and is published to the web.
To publish your spreadsheet and make it public, <a target="_blank" href="https://drive.google.com/open?id=1QfH3GLKMlaUGNZExCSXPi-B9lBKa8pf-">view this pdf</a>.

Display of tables uses the <a href="https://mottie.github.io/tablesorter/docs/" target="_blank">tablesorter script library</a>. You can check their jQuery plugin awesomeness <a target="_blank" href="https://github.com/Mottie/tablesorter">at github</a>.

* Shortcode: [RSGGDS_TABLE]

* Needed data from your spreadsheet are
	- Spreadsheet Link ID
	- Table Title
	- Desired columns separated by commas (example: A,B,C,D)
	- First and Last rows separate by period. (example: 1.15)

* Table Display
	- Sticky header
	- Sortable	

* Requirements
	- PHP 5.4 or higher
	- WordPress 4.8 or higher
	- jQuery 1.4.3+

* Browser Compatibility
	- Firefox 2+
	- Internet Explorer 6+
	- Safari 2+
	- Opera 9+
	- Konqueror

* Future features
	- Spreadsheet need not be public
	- Can use link of the spreadsheet instead of the ID
	- Table templates

== Installation ==

1. Search and install from your wordpress dashboard -> plugins page 
or manually download and extract folder to your plugins directory(wp-content/plugins/)
2. Activate plugin RSG Retrieve Google Drive Spreadsheet
3. Go to your wordpress dashboard -> RSG Addons -> Spreadsheet

== Screenshots ==

