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