Skip to content

Instantly share code, notes, and snippets.

View Saba-Sabato's full-sized avatar

The Brogrammer Saba-Sabato

View GitHub Profile
@Olshansk
Olshansk / Slider.html
Last active April 11, 2024 03:37
Google Sheets Slider Add-on
<!DOCTYPE html>
<html>
<head>
<script>
function sliderValue(value){
console.log("sliderValue", value)
google.script.run.updateCellValue(value, 1, 1);
}
</script>
</head>