Google Sheets I/O Table
Google Sheets with Apps Script
Description
I/O Table is a Google Sheet app to log input/output using Google Apps Script.
Upon inserting an input...
| Input | ||
|---|---|---|
| // insert input here | ||
| Output | ||
| No. | Date | Input |
It automatically updates the table and clears the input cell.
| Input | ||
|---|---|---|
| Output | ||
| No. | Date | Input |
| 1 | DD/MM/YYYY | // input appears here |
Quick Start
Copy the following table. Make sure the "Input" column is on the cell A1.
Input Output No. Date Input Paste the table in a desired location in your Google Sheet.
Open Tools > Script Editor.
Remove the empty myFunction(){} and make your Code.gs look like Code.gs.
On the line "insertValues(...)", edit the parameter inputs to your customized needs.
Save changes, and enjoy!
Log in or sign up for Devpost to join the conversation.