Linking To Python With Excel-Python, and Python Matrix Funct PDF
Linking To Python With Excel-Python, and Python Matrix Funct PDF
bjoernstiel says:
May 24, 2014 at 4:44 am
Thanks for the interesting write-up. I can see the pros/cons of Excel-Python vs
PyXLL. The former probably appeals more to those whove been doing VBA
whereas PyXLL feels more *natural* if you come from the traditional C API/XLL
background. Theres also a new one Ive come across recently, called xlwings
looks similar to Excel-Python.
Definitely looking forward to the next post on this, would be interested to know
what the performance difference between PyXLL and Excel-Python (having the
COM overhead in mind). Thanks!
Reply
dougaj4 says:
May 24, 2014 at 10:06 am
Thanks bjoern. Xlwings certainly looks interesting!
On the performance question, Im just playing with the code that was
most recently posted in the forum on the ExcelPython site. Im getting a
huge reduction in the data transfer overhead time, but Im not sure why
at the moment! Ill certainly post something here when I have some
numbers that are reasonably representative.
Reply
ericremoreynolds says:
June 5, 2014 at 6:16 pm
xlwings does indeed look very interesting I remember coming
across it a while ago, before even starting on ExcelPython I think,
but I cant remember why I decided to go ahead with my own
interface anyway.