Jump to content

Recommended Posts

Posted

Hi guys.

I was wondering, is it possible to autoit access to google spreadsheet and read data from a:a

I use notepad to enter info for my program. Since many peoples share info to me that i have to add to notepad for program to read it line by line. So if i can share google spreadsheet to ppls, they can fill rows with info. then my program can access it and read info from it? is it possible? 
i can share this spreadsheet as csv and program can download that csv and read info line by line from it?

for not i use txt file in my C drive that I fill myself when new info is entered 

Local $Count = $i
For $i = 1 to _FileCountLines($file)
$line = FileReadLine($file, $i)

 

Posted (edited)

yes that should be possible with the api of google

https://developers.google.com/sheets/api/samples/reading

All Google api's work similar with a key so a starting point can be this. I do not think there is a working example around for google spreadsheet api but the concepts are similar

 

Edited by junkew

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...