Live data from Hacker News

Viewing profile — pyxll

pyxll

HN member
Joined
Mon, Jun 11, 2012, 7:25 AM UTC
HN karma
4
Public activity
9 items

About pyxll

Lead developer of PyXLL (pyxll.com) and Jinx (exceljava.com)

Recent public activity

  1. story
  2. comment
    Comment #27842749

    PyXLL (www.pyxll.com) is written using the Excel C API and that’s partly how it achieves its excellent performance. It’s not free software, but it ‘properly’ integrates Python into…

  3. comment
    Comment #16567343

    Jinx is a new product for writing Excel Add-Ins in Java: https://exceljava.com It works by embedding the JVM in Excel and exposing annotated Java (or Scala, Kotlin etc) methods to …

  4. story
  5. comment
    Comment #8382123

    PyXLL embeds python, and so runs python in-process (that is, in the same process as Excel, without spawning a child process). PyXLL fully supports UDFs (user defined functions) in …

  6. comment
    Comment #8373398

    also http://www.pyxll.com if you want a solution that embeds python and doesn't use a COM server

  7. comment
    Comment #8373379

    with http://www.pyxll.com you can have functions that take and return pandas dataframes and series, see https://github.com/pyxll/pyxll-examples/blob/master/customty...

  8. comment
    Comment #8373361

    LibreOffice has python support http://api.libreoffice.org/examples/examples.html

  9. comment
    Comment #4093546

    If you want to call Python functions from Excel in the form of user defined functions, macros or menu functions (including macros bound to UI widgets and application events) you sh…