You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is for reading data and formatting information from older Excel files (ie: .xls)
@@ -43,7 +55,7 @@ This package collects utilities that require both `xlrd` and `xlwt`, including t
43
55
44
56
## Writing Excel Add-Ins
45
57
46
-
The following products can be used to write Excel add-ins in Python.
58
+
The following products can be used to write Excel add-ins in Python. Unlike the reader and writer packages, they require an installation of Microsoft Excel.
xlwings is an open-source library to automate Excel with Python instead of VBA and works on Windows and macOS: you can call Python from Excel and vice versa and write UDFs in Python (Windows only). xlwings PRO is a commercial add-on with additional functionality.
There is a [Google Group](http://groups.google.com/group/python-excel) dedicated to working with Excel files in Python, including the libraries listed above along with manipulating the Excel application via COM.
0 commit comments