Is there a way to get Google Sheets to default to a different tab each day?
问题 I have an MVC application that links to a Google Sheet doc via siteloader. It's loading great but defaulting to load the first tab in the sheets - working as designed obviously. Here's what I need to do: The tabs in this sheet are separated by date. So, for example, today's 8/22/20. The tab displays "SAT 082220." Tomorrow's tab will be "SUN 082320" and so on. I need siteloader to default to today's tab when the project loads. So basically it just needs to load the next tab in the list each