sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #43391
Re: [Question #653769]: How to run a executable query in Oracle -Sql Developer
Question #653769 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/653769
Status: Open => Answered
Manfred Hampl proposed the following answer:
You just have to replace
for rx in range(sheet.nrows):
print "contents: " + sheet.cell_value(rx,33)
by
for rx in range(sheet.nrows):
text_file.write(sheet.cell_value(rx,33))
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.