goo-table
v1.0.4
Published
google spreadsheet parser
Downloads
2
Maintainers
Readme
Goo Table
Welcome to the documentation for "Goo Table" This npm package provides one useful function - parse Google Table (Spreadsheet) to array of objects. Works now only with CSV format
FROM
TO
Installation
You can install this package via npm:
npm install goo-table
Usage
To use this package, follow these simple steps:
- Import the package into your JavaScript code:
const gooTable = require('goo-table');
- Now you can use the package's function in your code:
const url = 'YOUR SHARED GOOGLE TABLE URL'
gooTable(url).then(console.log);
- These are currently all the available features and options in the official documentation.
How get URL
Contact
If you have any questions or need assistance, please feel free to contact me at:
Happy coding!