PATRONAS / opuxl

Excel Addin to connect your favorite programming language with your Excel sheets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the compiled Excel Addin configurable via a Config file

asndev opened this issue · comments

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

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 .