Skip to content

Commit 8bda7a5

Browse files
committed
Add a section for PyXLL
1 parent 3d0bafd commit 8bda7a5

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

content/pages/index.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url:
55
This site contains pointers to the best information available about working with [Excel](https://products.office.com/en-us/excel) files in the [Python](http://www.python.org/) programming language.
66

77

8-
## The Packages
8+
## Reading and Writing Excel Files
99

1010
There are python packages available to work with Excel files that will run on any Python platform and that do not require either Windows or Excel to be used. They are fast, reliable and open source:
1111

@@ -40,6 +40,17 @@ This package collects utilities that require both `xlrd` and `xlwt`, including t
4040

4141
[Download](http://pypi.python.org/pypi/xlutils) | [Documentation](http://xlutils.readthedocs.io/en/latest/) | [GitHub](https://github.com/python-excel/xlutils)
4242

43+
## Writing Excel Add-Ins
44+
45+
The following products can be used to write Excel add-ins in Python.
46+
47+
### PyXLL
48+
49+
PyXLL is a commercial product that enables writing Excel add-ins in Python with no VBA. Python functions can be exposed as
50+
worksheet functions (UDFs), macros, menus and ribbon tool bars.
51+
52+
[Homepage](https://www.pyxll.com) | [Features](https://www.pyxll.com/features.html) | [Documentation](https://www.pyxll.com/docs/index.html) | [Download](https://www.pyxll.com/download.html)
53+
4354
## The Mailing List / Discussion Group
4455

4556
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

Comments
 (0)