sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #08635
Re: [Question #187149]: How to write in existing Excel Sheet
Question #187149 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/187149
Status: Open => Answered
RaiMan proposed the following answer:
basic info see comment #1 at question
https://answers.launchpad.net/sikuli/+question/187101
Writing in an existing excel sheet is not possible the easy way.
All the above solutions generate new sheets/files, that have to be merged into the existing sheet afterwards using standard Excel features (which might be controlled with Sikuli GUI manipulations).
You might try to GUI-control an the Excel app and write directly into an
existing sheet using paste(), but this might be a gigantic effort not
really worth to spend.
I am not an expert, but Office Basic might have interesting features,
that might be used and controlled by Sikuli.
Many options, but if I had to do it, I would create a csv file and merge
it into the existing Excel sheet afterwards.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.