This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// For a SPECIFIC COLUMN | |
function onEdit(){ | |
if(e.range.columnStart === 8){ // CHANGE THE COLUMN | |
var spreadsheet = SpreadsheetApp.getActive(); | |
var activeRange=spreadsheet.getActiveRange(); | |
activeRange.clearFormat(); | |
} | |
} | |
// ======================================================= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"creationTime": "2021-11-10T10:00:00.698177", | |
"prefixes": [ | |
{"ipv6Prefix": "2001:4860:4801:10::/64"}, | |
{"ipv6Prefix": "2001:4860:4801:11::/64"}, | |
{"ipv6Prefix": "2001:4860:4801:12::/64"}, | |
{"ipv6Prefix": "2001:4860:4801:13::/64"}, | |
{"ipv6Prefix": "2001:4860:4801:14::/64"}, | |
{"ipv6Prefix": "2001:4860:4801:15::/64"}, | |
{"ipv6Prefix": "2001:4860:4801:16::/64"}, |