← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #224359]: Not able to copy text into an existing excel file using python code in sikuli

 

Question #224359 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/224359

    Status: Open => Answered

RaiMan proposed the following answer:
according to the contents of the module xlutils (BTW thanks for finding
;-) it has to be:

from xlutils import copy
rb = xlrd.open_workbook("D:\\SAMPLE.xls",formatting_info=True)
wb = copy.copy("D:\\SAMPLE.xls")

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.