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 PM9/29/15
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 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