Experimental versions of XLPack for Python and XLPack for Matplotlib released
We are currently developing these software as the visualization components that work together with the numerical computation library XLPack, enabling everything from calculation to result display within Excel VBA. They are intended to provide visualizations that are difficult to achieve in Excel, such as animations and 3D displays.
XLPack for Matplotlib is a library program that enables calling Python’s Matplotlib from Excel VBA. It maps the major classes and methods of Matplotlib in Python to VBA classes and methods, allowing Matplotlib to be used entirely from VBA programs without writing Python code. At present, only some of the major classes are supported, but missing functionality can be supplemented with XLPack for Python.
XLPack for Python is an add-in that enables calling Python from Excel VBA. Although Python must be installed locally on the PC, it can be used even without an internet connection. It was originally created to complement XLPack for Matplotlib.
We release an experimental versions those are currently under development. Please note that no support services are provided.
See XLPack for Python/Matplotlib for more detais.
(Example)


