#
google-sheets
Here are 761 public repositories matching this topic...
Google Sheets Python API
-
Updated
Oct 20, 2020 - Python
Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet
-
Updated
Oct 23, 2020 - HTML
Google Sheets API (v4) wrapper for Node.js
-
Updated
Dec 26, 2020 - JavaScript
react
material-design
service-worker
progressive-web-app
reactjs
material-ui
react-components
expense-tracker
google-sheets
google-api
expense-manager
expenses
-
Updated
Dec 11, 2020 - JavaScript
Google Sheets Python API v4
python
python-lib
spreadsheet
google-sheets
google-sheets-api
google-sheets-api-v4
google-sheets-library
-
Updated
Dec 22, 2020 - Python
Our Wedding Website 👫
template
website
design
templates
google-sheets
website-builder
wedding
rsvp
weddings
wedding-website
website-design
website-template
website-theme
wedding-page
wedding-rsvp
wedding-invitation
-
Updated
Dec 26, 2020 - HTML
Excel/Google Sheets like UI for Firebase/Firestore. No more admin portals!
react
cms
firebase
algolia
typescript
excel
gcp
google-sheets
cloud-functions
firestore
gcp-firestore
admin-portals
-
Updated
Dec 26, 2020 - TypeScript
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
javascript
tracker
money
personal-finance
finance
analytics
spreadsheet
google-sheets
budgeting
google-sheets-api
budget
budget-management
plaid
mint
finance-management
sheets-api
plaid-api
mintable
personal-capital
finance-tracker
-
Updated
Sep 18, 2020 - TypeScript
Use Google Sheets as your no-setup database
-
Updated
Dec 11, 2020 - JavaScript
Store HTML form submissions in Google Sheets.
-
Updated
Sep 21, 2020 - JavaScript
Setup a local development environment inside Visual Studio Code and build Google Workspace add-ons with Google Apps Script
workflow
babel
visual-studio
twitter
modern
eslint
gmail
google-sheets
google-apps-script
generation-javascript
google-workspace
-
Updated
Dec 15, 2020 - JavaScript
Send your stdin to google sheets
-
Updated
Jul 14, 2020 - Python
An example of using Google Sheets to create a Viber survey chat bot without a backend server
-
Updated
Sep 26, 2017 - JavaScript
maria-le
commented
Oct 27, 2019
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.
Android App which handles the information about temple. People can register and keep a track of all poojas, donations made to the temple.
-
Updated
May 2, 2020 - Java
Google Spreadsheets R API (reboot of the googlesheets package)
-
Updated
Dec 26, 2020 - R
A Demo application📱 which stores User feedback from 💙 Flutter application into Google Sheets🗎 using Google AppScript.
-
Updated
Jul 4, 2020 - Dart
A package to easily open an instance of a Google spreadsheet and interact with worksheets through Pandas DataFrames.
python
data-science
data
google
google-sheets
pandas
data-engineering
gspread
data-analytics
dataframes
google-spreadsheets
sheets
-
Updated
Nov 16, 2020 - Python
Turn Google Spreadsheet to JSON endpoint (for Android and JVM) for FREE (100%)
-
Updated
Nov 28, 2020 - Kotlin
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
Use Google Sheets as a Filesystem to get Unlimited Free Cloud Storage
-
Updated
May 21, 2020 - Python
Google Sheets ESI Add-on
-
Updated
Dec 24, 2020 - TypeScript
Script automatically adds videos to playlists from Youtube channels and/or subscriptions (Youtube Collections alternative).
bot
automation
youtube
video
generator
manager
youtube-api
google-sheets
playlist-generator
videos
playlist-maker
youtube-playlist
subscriptions
google-script
sheets
youtube-channel
sheet
youtube-api-v3
youtube-channel-crawler
sheets-api
-
Updated
Dec 19, 2020 - JavaScript
Google Sheets automatic creation with Google Apps Script (GAS) for managing a cryptocurrency tracking spreadsheet with multi exchanges
api
portfolio
crypto
script
currency
google-sheets
cryptocurrency
exchange
bitstamp
bitfinex
kraken
sheets
poloniex
bittrex
cryptopia
binance
kucoin
cryptocurrency-portfolio
api-exchanges
-
Updated
Dec 7, 2018 - JavaScript
Manage Google Spreadsheets in Pandas DataFrame with Python
-
Updated
Dec 23, 2020 - Python
Improve this page
Add a description, image, and links to the google-sheets topic page so that developers can more easily learn about it.
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."


描述错误
工作簿标题更新后不会触发 updated 钩子函数
期望的结果
触发updated钩子函数,updated钩子应该是监听到所有的操作。
屏幕截图或演示

环境:
-操作系统:[ Windows]
-浏览器 版本号:[Edge]
-Luckysheet版本:[最新]
备注
updated监听的撤销重做数组,建议把修改标题加入撤销重做数组中,包括存储本地和传输到后端(现在要获取标题的值是直接在DOM上取值)