X-Git-Url: https://git.cworth.org/git?p=turbot;a=blobdiff_plain;f=turbot%2Fsheets.py;h=9f8b7c3e0d38eabb0fd08332b684ea39789fea66;hp=bc7c7c68ceb777a2e0cd86b366264ae1e47da3ae;hb=3f380c6d5227b99d703d5c8ed3c753e4d179415a;hpb=5cb693a17df9cded74e8b86c8a7b338e9d0b89df diff --git a/turbot/sheets.py b/turbot/sheets.py index bc7c7c6..9f8b7c3 100644 --- a/turbot/sheets.py +++ b/turbot/sheets.py @@ -1,5 +1,6 @@ PUZZLE_TEMPLATE_ID = "1drSoyrE4gM3JaGweDkOybwXWdKPIDTfUmB1gQCYS3Uw" -PUZZLE_TEMPLATE_SHEETS = ["Text", "Grid"] +PUZZLE_TEMPLATE_SHEETS = ["Text", "Square grid", "Hex Grid", + "Formula reference: indexing"] def sheets_create(turb, name): """Create a new sheet with the given name.