COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200905083339/https://github.com/topics/google-sheets
Here are
692 public repositories
matching this topic...
Updated
Aug 27, 2020
Python
Luckysheet is an online spreadsheet like excel that is powerful, simple to configure, and completely open source.
Updated
Sep 4, 2020
JavaScript
Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet
Updated
Aug 20, 2020
HTML
Google Sheets API (v4) wrapper for Node.js
Updated
Aug 17, 2020
JavaScript
💰 Expense tracker using Google Sheets 📉 as a storage written in React
Updated
Jul 31, 2020
JavaScript
Google Sheets Python API v4
Updated
Aug 17, 2020
Python
Gmail Unsubscriber is a Google Apps Script for unsubscribing from unwanted emails newsletters and other bulk emails with one click. It works with Gmail and Google Inbox.
Updated
Jul 2, 2020
JavaScript
Google Spreadsheets R API
🍃 Automate your personal finances – for free, with no ads, and no data collection.
Updated
Aug 18, 2020
TypeScript
Store HTML form submissions in Google Sheets.
Updated
Jul 12, 2020
JavaScript
A CLI tool to convert CSV / Excel / HTML / JSON / Jupyter Notebook / LDJSON / LTSV / Markdown / SQLite / SSV / TSV / Google-Sheets to a SQLite database file.
Updated
Aug 27, 2020
Python
Send your stdin to google sheets
Updated
Jul 14, 2020
Python
Setup a local development environment for Google Apps Script and write your code in modern JavaScript.
Updated
Aug 31, 2020
JavaScript
An example of using Google Sheets to create a Viber survey chat bot without a backend server
Updated
Sep 26, 2017
JavaScript
Google Spreadsheets R API (reboot of the googlesheets package)
A package to easily open an instance of a Google spreadsheet and interact with worksheets through Pandas DataFrames.
Updated
Jun 18, 2020
Python
A Demo application📱 which stores User feedback from 💙 Flutter application into Google Sheets🗎 using Google AppScript.
A Google Sheets script that will take a sheet in a specific format and return iOS and Android localization files.
Updated
Oct 2, 2019
JavaScript
Add-on for Google Sheets that allows sheets to be exported as JSON or XML.
Updated
Aug 30, 2020
HTML
Use Google Sheets as a Filesystem to get Unlimited Free Cloud Storage
Updated
May 21, 2020
Python
Updated
Jul 13, 2020
TypeScript
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
Updated
Dec 7, 2018
JavaScript
Script automatically adds videos to playlists from Youtube channels and/or subscriptions (Youtube Collections alternative).
Updated
Jul 26, 2020
JavaScript
Manage Google Spreadsheets in Pandas DataFrame with Python
Updated
May 14, 2020
Python
Android App which handles the information about temple. People can register and keep a track of all poojas, donations made to the temple.
Robinhood Custom Functions for Google Sheets 📈
Updated
Aug 16, 2020
JavaScript
Read/write Google spreadsheets using pandas DataFrames
Updated
Aug 20, 2020
Python
best code I've tested in Google Sheets
Updated
Jul 25, 2019
JavaScript
Improve this page
Add a description, image, and links to the
google-sheets
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
google-sheets
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
I looks like, at the moment, if I want to write many records at once, I have to either do a series of individual document writes. Or I have to write all the records to a single doc. It would be great to be able to create and write out to many docs simultaneously and atomically.