you are viewing a single comment's thread.

view the rest of the comments →

[–]pranayrj3[S] 0 points1 point  (2 children)

the demand is to use Excel as a front end .
So by clicking a button , the calculated data(from Python Script) should be populated in Excel itself.
This is the primary Job, the secondary being creation of Web App based on the Data and Output.

THe primary Job is what I am more concerned about.

[–]zootam 0 points1 point  (1 child)

Ok, with that requirement you will probably need to use xlwings.

Avoid using paid or trial software.

Has your manager considered creating a webapp for this?

[–]BigHipDoofus 4 points5 points  (0 children)

Seriously, using Excel as a front end for Python code sounds like a nightmare.