gosit

1.0.1 • Public • Published

gosit

Reading Google Sheets

Installation

npm i gosit

Usage

import gosit from "gosit";

async function run() {
  let result = await gosit(
    "abc123!@#456", // spreadsheet id
    "data" // sheet name
  );
  console.log(result);
}
run();

Result

[
  {
    name: "John Doe",
    age: "20",
    address: "Jl. Jalan",
  },
  {
    name: "Jane Doe",
    age: "21",
    address: "Jl. Jalan",
  },
];

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i gosit

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    1.63 kB

    Total Files

    3

    Last publish

    Collaborators

    • mzaini30