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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp