Feb-02-2017, 01:33 PM
All,
Which free python package can be used to deploy Python code into Excel ? I am using Anaconda and based on my research here is what I have so far :
https://docs.continuum.io/anaconda/excel
1. Data Nitro - Not Free beyond trials
2. ExcelPython - Development is currently discontinued and rolled into xlwings
3. XLLoop : Not entirely clear on this one
4. ExPy : Demonstration software
5. PyXLL : Limited to educational or personal
6. xlwings : Requires Python to be installed on the user machine
Essentially , I want to be able to deploy my python code into Excel like a macro such that a user only needs to have the workbook but does not necessarily need Python installed on his machine to be able to utilize the functionality of the code.
Any inputs or guidance is appreciated
Best
U
Which free python package can be used to deploy Python code into Excel ? I am using Anaconda and based on my research here is what I have so far :
https://docs.continuum.io/anaconda/excel
1. Data Nitro - Not Free beyond trials
2. ExcelPython - Development is currently discontinued and rolled into xlwings
3. XLLoop : Not entirely clear on this one
4. ExPy : Demonstration software
5. PyXLL : Limited to educational or personal
6. xlwings : Requires Python to be installed on the user machine
Essentially , I want to be able to deploy my python code into Excel like a macro such that a user only needs to have the workbook but does not necessarily need Python installed on his machine to be able to utilize the functionality of the code.
Any inputs or guidance is appreciated
Best
U