Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2021-03-02 Thread josif
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 josif posted a new comment: Thanks for sharing https://ptclspeedtests.info -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2020-10-26 Thread jamelan
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 jamelan posted a new comment: Nice blog https://goreadreviews.com/ -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2020-07-21 Thread Disco Raja
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 Disco Raja posted a new comment: Hello there, Thanks for educating me here. Would like to see you contribute more to the community! https://fmwhatsappapk.xyz/ -- You received this question notification

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2020-04-28 Thread dannyprasath
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 dannyprasath posted a new comment: SHAREit for PC supports on Windows XP, Vista, 7, 8, 8.1, 10 which allows you to share all kind of files from one device to another with a speed that is 200 times quicker

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2020-04-28 Thread dannyprasath
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 dannyprasath posted a new comment: Cartoon HD for PC is an app that allows you to stream your desired cartoons and movies on your PC. The uniqueness of Cartoon HD is its ability to provide you with the

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2020-04-20 Thread Josef joe
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 Josef joe posted a new comment: if you want to write data to excel; we need to use some third party API which are available. In those one of the famous is Apache POI. FileInputStream – A FileInputStream is

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2019-11-09 Thread milesmsith Smith
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 milesmsith Smith posted a new comment: Thank you so much for this. I was into this issue and tired to tinker around to check if its possible but couldnt get it done. Now that i have seen the way you did

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2015-04-02 Thread Ajit
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 Ajit posted a new comment: Can you Explain in Detail. Regarding Adding External Libraries and use them into Sikuli IDE. please Help. -- You received this question notification because you are a member of

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2015-04-02 Thread RaiMan
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 RaiMan posted a new comment: @Ajit see faq 2208 ... read to the end! -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2015-04-02 Thread Ajit
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 Ajit posted a new comment: @RaiMan Hello RaiMan, Now I am able to Create,Write and Read Excel File. Thanks. Ajit. -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2012-12-19 Thread RaiMan
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 RaiMan posted a new comment: @ karthik you must either tell Sikuli via sys.path where to find xlwt or put xlwt in a place, that is already in sys.path and hence known to Sikuli. -- You received this

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2012-12-12 Thread karthik
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 karthik posted a new comment: Hi Sneha Pandey, I am working on Sikuli. Are you able to write into excel sheet from sikuli? When I try to run the below script import xlwt book =

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2012-02-08 Thread Sneha Pandey
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 Status: Answered = Solved Sneha Pandey confirmed that the question is solved: Hi RaiMan, Thank you so much. It's done. I tried both the options and they worked great. I must appreciate your time and

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2012-02-08 Thread Sneha Pandey
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 Sneha Pandey confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #187101]: How to write multiple rows in excel through sikuli?

2012-02-07 Thread RaiMan
Question #187101 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/187101 Status: Open = Answered RaiMan proposed the following answer: The easiest way might be, to structure your textfile as a csv file, that you might open with excel. The Python csv module