Make the compiled Excel Addin configurable via a Config file
asndev opened this issue · comments
Anton Stepan commented
current:
- different properties are hardcoded
target:
- IP, Port, Function Prefix should be configurable by a config file which should be placed next to the .XLL file.
Eg.: config.ini
ip=127.0.0.1
port=56789
prefix=Opus
Anton Stepan commented
commit: 61e9f78
Rafael de Pelegrini Soares commented
How this config actually works? One create a config file named Opuxl.xll.config along with (same folder) as the xll? Further, the option to change the prefix apparently was not included.
Thanks .