Deploying Python Excel Add-ins to End Users

preview_player
Показать описание
Deploying Excel tools written in Python to Excel users is one of most common use cases for PyXLL. Click 'show more' for links 👇

Learn how to package everything needed to run Python functions in Excel, even for Excel users who don't have Python installed.

00:00 - Intro
01:18 - A word on licensing
01:54 - Let's get started!
06:20 - Virtual Python environments
08:49 - Start with a clean Python env
10:28 - Installing requirements
11:48 - Getting PyXLL ready for deployment
13:34 - License keys
15:03 - Manual deployment
19:09 - Scripting the deployment
23:46 - Config options and auto-updating
29:43 - Wrapping up

Resources
=========

Docs for deploying PyXLL addins:

FAQ article on distribution:

Building an MSI installer:

PyXLL Activate command:

Contact us:
Рекомендации по теме
Комментарии
Автор

Thanks Tony. I'm going to test this out this week.

IrishJimmyPA
Автор

Hi there, ECHO pyxll-set-option PYTHON pythonpath %SOURCE_FOLDER% doesnt seem to be working for me in the startup-script.bat, any idea why?

HarrisonKhoo