You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The script actually only allows to have a stored var of available language. Let's look for a way to check the spreadsheet (this requires to calls to the api) for all the sheets (which are the languages).
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.94. Please mark this comment with 👍 or 👎 to give our bot feedback!
vardatos=nullvardatos1=[]functionllamar(){$.get("https://sheets.googleapis.com/v4/spreadsheets/1kW09NbMJUYU0nNRYUmwsoushZo7I-oQShCfr8hnr_hs/?key=ANY_KEY",function(data){datos=data;$.each(datos.sheets,function(k,v){if(k==0){console.log("Default sheet not inserted into the Array")}else{datos1.push(datos.sheets[k].properties.title);}});});}llamar()
The script actually only allows to have a stored var of available language. Let's look for a way to check the spreadsheet (this requires to calls to the api) for all the sheets (which are the languages).
The text was updated successfully, but these errors were encountered: