1.1.3 • Published 4 years ago

gss-csv-url v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

How to use

Convert Google SpreadSheet URL into CSV downloadable URL.

$ npm install gss-csv-url
import GSSCSVUrl from 'gss-csv-url';

const gss_csv_url = new GSSCSVUrl();
const input_url = 'https://docs.google.com/spreadsheets/d/1yfMIdt8wgBPrMY3UwiCTsX3EN_2gcLCmPAEy8dfYeLY/edit#gid=374636390';
// would be 'https://docs.google.com/spreadsheets/d/1yfMIdt8wgBPrMY3UwiCTsX3EN_2gcLCmPAEy8dfYeLY/export?format=csv&gid=374636390'
console.log(gss_csv_url.url(input_url))
1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

6 years ago