I have a spreadsheet shared with a few users. I want to see who is making edits and when, in a convenient format. I noticed that if I right click into a specific cell, Google Sheets now offers the new feature "Show Edit History". (https://gsuiteupdates.googleblog.com/2019/06/edit-history-sheets.html)
How does Google store this data? Can I use Apps Script (or other tool) to report on these changes in a more digestible format?
I am envisioning a function which creates a new tab in the Sheet and has columns for...
- @gmail of user that made the change
- cell where the change was made
- time stamp of change
- previous entry
- new entry
Do you know if this is possible?
Example export below:
email cell date previous_entry new_entry
user@gmail.com C2 5/19/2020 1:11:00 Old string Change
name@aol.com C2 5/19/2020 21:52:00 Change More changes
person@gmail.com D15 5/20/2020 1:05:00 Data