Rinning Excel macro's with Jython?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • smkhalamayzer@gmail.com

    #1

    Rinning Excel macro's with Jython?

    Is there a way to run Excel macro's with jython? Similar to the
    win32com in python? Thank you.

  • Diez B. Roggisch

    #2
    Re: Rinning Excel macro's with Jython?

    smkhalamayzer@g mail.com wrote:
    Is there a way to run Excel macro's with jython? Similar to the
    win32com in python? Thank you.
    I wish people using Jython would remember that whatever they desire the
    runtime to do, they should investigate the Java options for their
    problem - and then simply use that with a way nicer python syntax.

    First link for

    google:excel automation java



    Diez

    Comment

    Working...