Python_scripts/7_LOGEPROJ/funcs_macro (pyxll).py

8 lines
112 B
Python

#!/usr/bin/env python3
from pyxll import xl_func
@xl_func
def python_func():
return "Hello from Python !"