Python Forum
Deploying Python-based excel plugin
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Deploying Python-based excel plugin
#1
Apologies if this question has already been answered or is a bit amateur.
I'm just starting on Python development (have experience with C#, VB before)

I have a pretty basic requirement. I would like to write a Python script that automates a certain analytical task based on user-defined inputs, while retaining the interface in Excel.

What I would like in terms of user experience is:
The user should be able to run the underlying Python code from a button on the Excel ribbon, without having any Python-based dependencies (e.g. installing xlwings or even having to install Python on their systems).
I would like to ship the installation package for installing the Excel plugin which would take care of all dependencies required to run the Python code.

Is this possible, or am I better off relying on Microsoft based solutions?
Reply


Messages In This Thread
Deploying Python-based excel plugin - by pyexcelnewbie - Mar-22-2018, 11:05 AM
RE: Deploying Python-based excel plugin - by nilamo - Mar-22-2018, 08:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Deploying to ML Model to web application Scoder 2 2,729 Aug-31-2020, 07:32 AM
Last Post: hussainmujtaba
  Python Package for deploying python code in Excel on machines without python UGuntupalli 2 6,973 Jul-31-2019, 04:05 AM
Last Post: UGuntupalli
  Create selection box to pass string value based on uniques in Excel column sneakysnek 1 2,560 Nov-18-2018, 07:29 PM
Last Post: Stefanovietch

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020