Skip to content

Instantly share code, notes, and snippets.

View santosonit's full-sized avatar

Antonio Santos santosonit

  • Tiangua, Ceara, BR
View GitHub Profile
@santosonit
santosonit / RankWinner.gs
Last active March 28, 2022 13:22 — forked from lidox92/RankWinner.gs
some demo here
// test for antonio
// test 2
// test3
function onOpen() {
var ui = SpreadsheetApp.getUi();
// Or DocumentApp or FormApp.
ui.createMenu('Bids')
.addItem('Optimize Bids', 'optimizeBid')
.addToUi();
}