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
Copy file name to clipboardExpand all lines: content/pages/index.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ url:
5
5
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.
6
6
7
7
8
-
## The Packages
8
+
## Reading and Writing Excel Files
9
9
10
10
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:
11
11
@@ -40,6 +40,17 @@ This package collects utilities that require both `xlrd` and `xlwt`, including t
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