# 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/#