Hello All, I am looking to take a column in Excel and copy it to clipboard, essentially Ctrl+C it.
Then i want to use python to take that data, open up another program (which I am able to) and essentially paste it (which i can do). My issue is i dont know how to copy a column in Excel to clipboard.
I have seen the module with win32clipboard. The issue i have with that is when i set the text for that, i can only input one text, not multiple since i will have anywhere from 1 to X amount of entries based on the excel sheet.
Thank you for your help!