excelFormulaUtilitiesJS icon indicating copy to clipboard operation
excelFormulaUtilitiesJS copied to clipboard

Executing Code in Python

Open real-limitless opened this issue 2 years ago • 1 comments

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.

real-limitless avatar Mar 12 '23 14:03 real-limitless

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

leonardloo avatar Apr 15 '23 10:04 leonardloo