Forum Discussion
BruceBoggan
Oct 02, 2020Copper Contributor
Direct a cell to a product and purchase the product without seeing the process.
I am trying to set up a spreadsheet with an Amazon link in the B column. If a person clicks on the link, I want the purchase to occur without further input from the person clicking the link. Bas...
Woldman
Oct 08, 2020Iron Contributor
I could think of a solution with xlwings (which is a Python package) that could be addressed from Excel to do the purchase on Amazon (with the help of selenium which is another Python package for driving web pages).
Just checking if this route is applicable for you. It takes some Python programming knowledge to set it up.
If this is an option for you, I could sketch a set up if you like.
Best wishes,
Tieme
- JonathonM370Sep 09, 2024Copper Contributor
I know this is an old page, but this is something that I would be interested in developing on my end!