1
Fork 0
sheetjs/demos/google-sheet/package.json

14 lines
390 B
JSON

{
"name": "google-sheet",
"version": "1.0.0",
"description": " This demo is using 'drive-db' to fetch a public Google Sheet and then `xlsx` to save the data locally as test.xlsx",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node ."
},
"keywords": [],
"author": "Francisco Presencia <public@francisco.io> (https://francisco.io/)",
"license": "MIT"
}