dersiniar Posted March 11, 2022 Posted March 11, 2022 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)
junkew Posted March 11, 2022 Posted March 11, 2022 (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 March 11, 2022 by junkew FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now