# xlwings - Make Excel Fly好用的飞起!
xlwings是一个[BSD许可](http://opensource.org/licenses/BSD-3-Clause)Python库,可以很容易地从Excel调用Python,反之亦然:
* **Scripting**: 使用接近VBA的语法从Python自动化/与Excel交互。
* **Macros**: 用干净而强大的Python代码替换VBA宏。
* **UDFs**: 在Python中编写用户定义函数(UDF)(仅限Windows)。
* **REST API**: 通过REST API操作Excel工作簿。
完全支持**Numpy arrays** 和**Pandas Series/DataFrames** . xlwings-powered workbooks are easy to distribute and work on **Windows** and **Mac**.
https://docs.xlwings.org/en/stable/#