AUTOMATING EXCEL MACRO USING PYTHON

Posted by user324056 on Stack Overflow See other posts from Stack Overflow or by user324056
Published on 2010-04-23T10:08:06Z Indexed on 2010/04/23 10:13 UTC
Read the original article Hit count: 192

Filed under:
|
|
|
|

Hi all,

Here is my question... I am using python in Linux to automate an excel. I have finished writing data into excel by using pyexcelerator package.

Now comes the real challenge. I have to add another tab to the existing sheet and that tab should contain the macro run in the first tab. All these things should be automated. I googled a lot and found win32come to do a job in macro, but that was only for windows.

Anyone have any idea of how to do this, or can you guide me with few suggestions.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about python

Related posts about excel