Is there a way to setup BTT to copy a particular cell from an Excel file?
I would like to be working in an Excel file (File1) and extract template information from another Excel file (File2). Can I setup BTT to copy a cell from File2 while working in File 1? One time the cell from File 2 might be A1 and then next time B3 and then....
BTT can't do that out of the box. I'd recommend to use some python or nodejs library to achieve this. For example with python you can use this terminal command to copy cell A12 from /Users/tester/Documents/test.xlsx to the clipboard