Enissay Posted November 26, 2020 Share Posted November 26, 2020 Hi all, I do need to upload some school slides to google sheets as drawings which allows me to annotate them easily (add comments and such). Sadly I can only do that for 1 picture at a time which can be very frustrating and time consuming. I will describe the process here then if you can advise whether this is doable given this is my first experience with AutoIT (I have used AHK many times before, but since I don't use it regularly, learning it from scratch each time is very time consuming and I heard AIT is better at it😞 In the open sheets window, click Insert menu Select Drawing From the opened popup, click on Image From the popup click on upload button Open Picture folder Select latest pic to upload ==> Can AIT keep track of the uploaded pics ? so it can loop and upload 1 by 1 ? Confirm Once pic upload is over, Save and Close Start over from 1. to upload all pics Here's a link to a test sheet to see better what I am talking about: https://docs.google.com/spreadsheets/d/1OPE2NZxU96MYahHPXKgpjIwDWXj4H0k7iwuzDzt-kyQ/edit?usp=sharing Would you think it would be possible to do all the above ? Any comments/recommendations are welcome. Thank you. Link to comment Share on other sites More sharing options...
Aelc Posted November 28, 2020 Share Posted November 28, 2020 Hello and welcome to the forum. shortly: Yes, it does. There are multiple ways to reach it and you will need some routines to make it possible, because Google is very unique in their websites. so you could automate it with hotkeys in Google Docs & mouseclicks (dirty way) or webdriver e.g. regards Enissay 1 why do i get garbage when i buy garbage bags? Link to comment Share on other sites More sharing options...
Enissay Posted January 13, 2021 Author Share Posted January 13, 2021 (edited) I somehow lost this link but never lost interest since this painful process never ends 😕 May god bless you for mentioning webdriver, I ended up using selenium which worked just fine (I knew about it before but the first time to use). It still needs some polishing but it does the job. Thanks a lot ❤️ Edited January 13, 2021 by Enissay Link to comment Share on other sites More sharing options...
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