google-sheets
Here are 875 public repositories matching this topic...
current behavior
When creating a spreadsheet, Google API does not block when an other Spreadsheet exists with the same name. It will create a second one with the same name.
Possible improvement
Add an option on method create that will first check if a spreadsheet with the name exists before creating a new one.
This could prevent creating a spreadsheet with a name, loosing i
-
Updated
Apr 17, 2021 - HTML
-
Updated
May 14, 2021 - JavaScript
-
Updated
Jun 5, 2021 - TypeScript
-
Updated
May 23, 2021 - JavaScript
-
Updated
May 22, 2021 - Python
-
Updated
May 10, 2021 - JavaScript
-
Updated
May 9, 2021 - HTML
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Mar 17, 2021 - TypeScript
-
Updated
May 11, 2021 - JavaScript
-
Updated
Jul 14, 2020 - Python
-
Updated
Jan 11, 2021 - JavaScript
-
Updated
May 5, 2021 - Kotlin
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.
-
Updated
Mar 22, 2021 - Python
-
Updated
Jun 6, 2021 - R
-
Updated
May 14, 2021 - Dart
-
Updated
May 2, 2020 - Java
-
Updated
Oct 2, 2019 - JavaScript
-
Updated
Mar 4, 2021 - JavaScript
-
Updated
May 30, 2021 - TypeScript
-
Updated
Apr 30, 2021 - Python
-
Updated
May 14, 2021 - JavaScript
-
Updated
Feb 3, 2021 - 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."
Add a terminal UI for Luckysheet, probably using blessed library: https://github.com/chjj/blessed (if your API is in nodeJS; works, but frozen), or https://github.com/jquast/blessed (if your API can be bound to Python; works, and is actively maintained), or use mighty old ncurses (in C; for the bold...). This would of course use the existing Lu