This Smart Google Spreadsheet script automatically fills the created_by
& edited_at
fields for any sheet. It is using Google Apps Script accesible through Google Spreadsheets
--> Tools
--> Script Editor...
- There should be 1 top row as header row with column names
- The column names should contain the letters
createdby
andeditedat
- The required fields contain
*
in their column name - The edits of all fields except
createdby
andeditedat
are considered to update these fields - The date is formatted with
GMT
dd-MMM-yyyy
You can customize these assumptions in your script.
You should use it with the account of Google Apps account admin who created the domain. He should
- run the script
- authorize the script
- authorize in
Google Developers Console
by going toResources
-->Google Advanced Services
- publish and
deploy as web app...
GAS Smart Spreadsheet is primarily distributed under the terms of the MIT license.