1.0.7 • Published 7 years ago

sync-spreadsheet v1.0.7

Weekly downloads
71
License
ISC
Repository
github
Last release
7 years ago

Sync spreadsheet

Usage :

import sync from 'sync-spreadsheet';

const spreadSheetId = "SPREADSHEET_ID";
// Find here -> https://docs.google.com/spreadsheets/d/SPREADSHEET_ID/edit#gid=0

sync({
  spreadSheetId, // required
  pathMessages: './export', // required  
  tabIndex: 0, // export specific tab index, if you want export all tabs, don't define this option
}).then(()=> {
  console.log('done !');
}).catch((e)=>{
  console.log(e);
});
1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago