Viewing profile — pyxll
pyxll
HN member- Joined
- Mon, Jun 11, 2012, 7:25 AM UTC
- HN karma
- 4
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About pyxll
Recent public activity
- story
-
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…
-
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 …
- story
-
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 …
-
comment
Comment #8373398
also http://www.pyxll.com if you want a solution that embeds python and doesn't use a COM server
-
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...
-
comment
Comment #8373361
LibreOffice has python support http://api.libreoffice.org/examples/examples.html
-
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…