Groups
Groups
Sign in
Groups
Groups
Google Visualization API
Conversations
About
Send feedback
Help
Automate the Import Function from Google Sheets
8 views
Skip to first unread message
samuel.ma...@bbva.com
unread,
Sep 29, 2015, 5:10:59 PM
9/29/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Is there any way to automate the Import Function from Google Sheets in Javascript?
Something like:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="
https://www.google.com/jsapi
"></script>
<script type="text/javascript">
var dataDestinationUrl = '
https://docs.google.com/spreadsheets/d/1s3Pu-Sr4BwaBTqKYX2BDLZICf8sNko5D6v6O-ysot7g
';
var dataSource = 'c:\MyExcel.xlsx'
function importData() {
dataDestinationUrl.import (DataSource)
}
</script>
</head>
<body>
<input type="button" onclick="importData" value="Submit" />
</body>
</html>
Thank you very much
Reply all
Reply to author
Forward
0 new messages