The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About Mandryk
Mandryk

Mandryk

Conversationalist

Member since Aug 12, 2018

‎08-30-2018
Kudos from
User Count
DexterLaBora
Meraki Employee DexterLaBora
1
View All
Kudos given to
User Count
DexterLaBora
Meraki Employee DexterLaBora
1
View All

Community Record

2
Posts
1
Kudos
0
Solutions

Badges

CMNO
1st Birthday
Lift-Off View All
Topics Mandryk has Participated In
  • Topics Mandryk has Participated In
  • Latest Contributions by Mandryk

Re: Meraki Dashboard Reports with Google Sheets

by Meraki Employee DexterLaBora in Developers & APIs
‎11-15-2021 04:11 AM
‎11-15-2021 04:11 AM
If you want the script launch the menu when you open the Google Sheet, just add a Trigger.  Do this in the Script editor section. Select the "onOpen" function to run for the event type "On open"   You could also create macros that will run a specific function and insert the data on scheduled basis.    create a new file called macros.gs and then add this code   // example function I want to run via macro function DeviceUplinkDetails() { var spreadsheet = SpreadsheetApp.getActive(); spreadsheet.getRange('A2').activate(); callUplinkInfos(); };   Then create a new trigger for this that calls the function on a schedule.     Hope this helps! ... View more
Kudos from
User Count
DexterLaBora
Meraki Employee DexterLaBora
1
View All
Kudos given to
User Count
DexterLaBora
Meraki Employee DexterLaBora
1
View All
My Top Kudoed Posts
Subject Kudos Views

Re: Meraki Dashboard Reports with Google Sheets

Developers & APIs
1 9230
View All
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2022 Meraki