google-sheet-public-to-json
v1.1.5
Published
Supports converting spreadsheets to json format
Downloads
82
Maintainers
Readme
import { sheetPublicToJson } from "google-sheet-public-to-json";
const data = await sheetPublicToJson(
"https://docs.google.com/spreadsheets/d/{sheetId}/edit#gid=0"
);
console.log(data);