So I've been programming in C++ for years now but I've never created a program that operated outside of itself without a fully functional API to go through. Now I'm wondering if there is a way to do so, and incase you're confused I'll give you an example.
I have an excel spreadsheet with 5000+ entries in a single column. Each entry is on it's own row. I want to make a program that will copy the contents of the cell into the program, modify the copied mateiral and then paste it back into the program. Lastly it will go down a column and then repeat this on loop.
Now I know that there is an API to do this with Microsoft Excel. This is just an example. I just want to know if there is a way for a C++ program to perform the actions in any program. I have assumed there is since macros have been a constant burden in online games, but I don't know how to do it.
Thanks for reading.





