Skip to content

Instantly share code, notes, and snippets.

@simonbromberg
simonbromberg / UUID.gs
Last active February 13, 2020 20:12 — forked from superstrong/Code.gs
Google Script to generate a UUID in Google Sheets - Forked to include menu that fills in UUIDs for active range
function getId() {
/**
* Imported from https://github.com/kyo-ago/UUID
* Robbie Mitchell, @superstrong
*/
/**
* UUID.core.js: The minimal subset of the RFC-compliant UUID generator UUID.js.
*
* @fileOverview