If you’ve not installed the PyXLL addin yet, see Installing PyXLL.
The config file is a plain text file that should be kept in the same folder as the PyXLL addin .xll file, and
should have the same name as the addin but with a .cfg
extension. In most cases it will simply be pyxll.cfg
.
You can load the config file from an alternative location by setting the
environment variable PYXLL_CONFIG_FILE
to the full path of the config file you wish to load before starting
Excel.
Paths used in the config file may be absolute or relative. The latter (those not beginning with a slash) are interpreted relative to the directory containing the config file.
Warning
Lines beginning with a semicolon are ignored as comments.
When setting a value in the configuration file, make sure there is no leading semicolon or your changes will have no effect.
THIS WILL HAVE NO EFFECT
;setting = value
SETTING IS EFFECTIVE WITH NO SEMICOLON
setting = value