New question #220139 on Sikuli: https://answers.launchpad.net/sikuli/+question/220139
hi guys , I'm trying to use sikuli for my small project I have excel file want to open then copy cell A2 and paste it in another GUI The proplem that i typed the below code and nothing happend even there is no error came and the escel sheet didn't open import xlrd book = xlrd.open_workbook (r"C:\breaks.xls") so first why it is not opening 2nd how can I copy a specific cell ( A2 ) and then paste it in the GUI If someone can help specialy Raiman the genius :) -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

