[python-win32] Excel COM-object for cursor position
Rikard Bosnjakovic
rikard.bosnjakovic at gmail.com
Thu Nov 23 02:16:05 CET 2006
I am going to add data row wise to Excel. Doing it manually, it would
be like this:
<enter data> TAB <enter data> TAB <enter data> RETURN
<enter data> TAB <enter data> TAB <enter data> RETURN
The TAB makes the cursor go to the next cell in the row, and the
RETURN makes the cursor go to the next row, in the same column as the
first cell.
Now I need to do this in Python, but I cannot find any docs of how to
get the x,y-coords of the cursor, nor how to move the cursor one cell
at a time (i.e. in a relatively way).
Anyone got some pointers for me?
--
- Rikard.
More information about the Python-win32
mailing list