Python Forum
Excel Model Conversion into Python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Excel Model Conversion into Python (/thread-21643.html)



Excel Model Conversion into Python - line7 - Oct-08-2019

Hi,
I have a rather large model created in excel used to analyze the FX prices (above 100 MBs). I wonder if this model can be easily translated into python code? With so many libraries - maybe someone has seen a package which can automatically translate excel formulas into python code?The model basically starts with finding pivots and then builds upon them.
Thanks a lot!
Daniel


RE: Excel Model Conversion into Python - Larz60+ - Oct-08-2019

look through these: https://pypi.org/project/excel-formula-calculator/


RE: Excel Model Conversion into Python - line7 - Oct-09-2019

Thank you - any package which can do it all automatically? even commercial?