Skip to content

Scripts

gasha edited this page Jul 11, 2022 · 2 revisions

Google's Warning Message

An unverified app is an app or Apps Script that requests a sensitive or restricted OAuth scope, but hasn't gone through the Google verification process.
Users of unverified apps might get warnings based on the OAuth scopes used. This is to protect users and their data from deceptive apps.
This pop-up exists because scripts will change how your sheet works (loading times, timers, saving information within the sheet, etc.) and it is a default warning for all scripts.

  • You must enable scripts to access the full features of Sheety
  • After the first time, you won't get any more warnings for that version and can run scripts freely

If you are not satisfied with this explanation, we invite you to consult the following official sources from Google's Developers site:

Their utility

  • Generate Data

    • This script will load sheet names in the destination sheet provided by the user in the settings
  • Damage

    • Damage is being updated all the time. This script is working in the background without needing to enable it
  • Rotations

    • Save: overwrite an already existing Rotation slot
    • Load: load one of the stored Rotations
    • Delete: delete the selected Rotation slot
    • Create: save your Rotation in a new slot
    • Export: export your Rotation to another spreadsheet
  • Other

    • Import Data: import Rotations and References from a previous version
    • Settings: click below to hide/show your settings
    • Clear: clears your current rotation to start over
  • References

    • Save: overwrite an already existing Reference slot
    • Load: load one of the stored References
    • Delete: delete the selected Reference slot
    • Add: save your References in a new slot

Clone this wiki locally