janholstjensen / rdkit4excel

Excel add-in written in Python that gives access to RDKit functions in Excel.
Other
5 stars 0 forks source link

RDKit for Excel - rdkit4excel

A simple Excel add-in that gives access to RDKit functions through Python.

Features

General prerequisites

With the default configuration, your Python installation has to be the same bitness as your Excel. If you have 32-bit Excel and use a 64-bit Python you must set the Python service to run as an out-of-process service (for more details see the [INSTALL document] (./doc/INSTALL.md).

Known bugs and issues

The IDL generation and compilation will fail if a default parameter contains " (double-quotes) in a string quoted by ' (single-quotes).

License

Code released under the BSD license.