joshbtn / excelFormulaUtilitiesJS

Based on ewbi's go calc excel formula parser http://ewbi.blogs.com/develops/popular/excelformulaparsing.html. This library contains methods to beautify an excel formula. This library also contains functions to convert an excel formula to JavaScript (ECMAScript) or C# and python.
http://excelformulabeautifier.com/
Other
394 stars 101 forks source link

Executing Code in Python #101

Open chen369 opened 1 year ago

chen369 commented 1 year ago

Hello,

I was trying to execute the code in your repository via Python, but since the code is written in NodeJS, I'm facing some difficulties.

I was wondering if there's a way to convert the NodeJS code to Python or if you have any suggestions on how I can execute this code in Python?

I tried converting the code from JavaScript to Python, but I wasn't able to get it to work using a js2py module.

Any help or suggestions would be greatly appreciated!

Thank you.

leonardloo commented 1 year ago

Hey @chen369 are you converting spreadsheets to Python? What about converting spreadsheet formulas into an API that can be called from your Python code? Feel free to check out https://voltade.com that helps you do just that