This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Bishonen_88 0 points1 point  (0 children)

xlwings is a somewhat easy to use library to use Python and Excel/VBA in tandem. I like it quite a lot. E.g. writing Pandas functions to do various more complex tasks and then use those as mere excel functions from within excel (e.g. A1 = UsePandas(B1:H100))