Skip to content

Bridge between Excel and Anvil applications

License

Notifications You must be signed in to change notification settings

valderez/anvil-pyxll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anvil-PyXLL

This project bridges PyXLL and Anvil applications.

It enables Excel add-ins to be written in Python using PyXLL, but for the Python code to be executed remotely via Anvil.

For details about PyXLL, see https://www.pyxll.com, and for details about Anvil see https://anvil.works.

Usage

Create an Anvil application at https://anvil.works, and add the PyXLL application as a dependency.

The PyXLL Anvil application can be found here: https://pyxll.anvil.app

In your Anvil application use the anvil_pyxll.server.xl_func decorator instead of the usual pyxll.xl_func decorator.

Enable Uplink on your Anvil application and edit anvil-pyxll.cfg with the Anvil Uplink token.

[ANVIL]
token = <your anvil uplink token here>

Add anvil-pyxll.cfg as an extenal config to your main pyxll.cfg, and when you start Excel it will connect to Anvil using the token specified in the config file.

[PYXLL]
external_config =
    <path to anvil-pyxll.cfg>

About

Bridge between Excel and Anvil applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%