1.0.4 • Published 6 months ago

goo-table v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Goo Table logo

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

Goo Table logo

TO

Goo Table logo

Installation

You can install this package via npm:

npm  install  goo-table

Usage

To use this package, follow these simple steps:

  1. Import the package into your JavaScript code:
const gooTable = require('goo-table');
  1. Now you can use the package's function in your code:
const url = 'YOUR SHARED GOOGLE TABLE URL'

gooTable(url).then(console.log);
  1. These are currently all the available features and options in the official documentation.

How get URL

Alt text

Contact

If you have any questions or need assistance, please feel free to contact me at:

Happy coding!

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

7 months ago