diff -Nru python-xlrd-0.6.1/HISTORY.html python-xlrd-0.9.2/HISTORY.html --- python-xlrd-0.6.1/HISTORY.html 2007-06-11 18:55:06.000000000 +0000 +++ python-xlrd-0.9.2/HISTORY.html 1970-01-01 00:00:00.000000000 +0000 @@ -1,255 +0,0 @@ -

Version 0.6.1, 2007-06-10 -

- - -

Version 0.6.1a5 -

- - -

Version 0.6.1a4 -

- - -

Version 0.6.1a3 -

- - -

Version 0.6.1a2 -

- - -

Version 0.6.1a1, 2006-12-18 -

- - -

Version 0.6.0a4, not released -

- - -

Version 0.6.0a3, 2006-09-19 -

- - -

Version 0.6.0a2, 2006-09-13 -

- - -

Version 0.6.0a1, 2006-09-08 -

- - -

Version 0.5.3a1, 2006-05-24 -

- - -

Version 0.5.2, 2006-03-14, public release -

- - -

Version 0.5.2a3, 2006-03-13 -

- - -

Version 0.5.2a2, 2006-03-09 -

- - -

Version 0.5.2a1, 2006-03-06 -

- - -

Version 0.5.1, 2006-02-18, released to Journyx -

- - -

Version 0.5, 2006-02-07, released to Journyx -

- - -

Version 0.4a1, 2005-09-07, released to Laurent T. -

- - -

Version 0.3a1, 2005-05-15, first public release -

- diff -Nru python-xlrd-0.6.1/PKG-INFO python-xlrd-0.9.2/PKG-INFO --- python-xlrd-0.6.1/PKG-INFO 2007-06-11 18:56:28.000000000 +0000 +++ python-xlrd-0.9.2/PKG-INFO 2013-04-09 19:36:10.000000000 +0000 @@ -1,20 +1,21 @@ -Metadata-Version: 1.0 -Name: xlrd -Version: 0.6.1 -Summary: Library for developers to extract data from Microsoft Excel (tm) spreadsheet files -Home-page: http://www.lexicon.net/sjmachin/xlrd.htm -Author: John Machin -Author-email: sjmachin@lexicon.net -License: BSD -Download-URL: http://www.lexicon.net/sjmachin/xlrd.htm -Description: Extract data from new and old Excel spreadsheets on any platform. Pure Python (2.1 or later). Strong support for Excel dates. Unicode-aware. -Keywords: xls,excel,spreadsheet,workbook -Platform: Any platform -- don't need Windows -Classifier: Development Status :: 5 - Production/Stable -Classifier: Intended Audience :: Developers -Classifier: License :: OSI Approved :: BSD License -Classifier: Programming Language :: Python -Classifier: Operating System :: OS Independent -Classifier: Topic :: Database -Classifier: Topic :: Office/Business -Classifier: Topic :: Software Development :: Libraries :: Python Modules +Metadata-Version: 1.1 +Name: xlrd +Version: 0.9.2 +Summary: Library for developers to extract data from Microsoft Excel (tm) spreadsheet files +Home-page: http://www.python-excel.org/ +Author: John Machin +Author-email: sjmachin@lexicon.net +License: BSD +Description: Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0 onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support for Excel dates. Unicode-aware. +Keywords: xls,excel,spreadsheet,workbook +Platform: Any platform -- don't need Windows +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: BSD License +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 3 +Classifier: Operating System :: OS Independent +Classifier: Topic :: Database +Classifier: Topic :: Office/Business +Classifier: Topic :: Software Development :: Libraries :: Python Modules diff -Nru python-xlrd-0.6.1/README.html python-xlrd-0.9.2/README.html --- python-xlrd-0.6.1/README.html 2007-06-11 18:55:06.000000000 +0000 +++ python-xlrd-0.9.2/README.html 2012-06-20 22:17:28.000000000 +0000 @@ -1,5 +1,13 @@ -

Python package "xlrd"

-

+ + + + +The xlrd Module -- README + + + +

Python package "xlrd"

+

Purpose: Provide a library for developers to use to extract data from Microsoft Excel (tm) spreadsheet files. It is not an end-user tool. @@ -8,22 +16,19 @@

Licence: BSD-style (see licences.py)

-

Version of xlrd: 0.6.1 final +

Version of xlrd: 0.7.1 -- 2009-05-31

-

Version of Python required: 2.1 or later. +

Versions of Python supported: 2.6-2.7.

External modules required:

The package itself is pure Python with no dependencies on modules or packages outside the standard Python distribution. - -
To run the demo script runxlrd.py with - Python 2.2 or 2.1 requires the Optik module (version 1.4.1 or later) from - http://optik.sourceforge.net/ +

Versions of Excel supported: - 2004, 2002, XP, 2000, 97, 95, 5.0, 4.0, 3.0. - 2.x could be done readily enough if any demand. + 2004, 2003, XP, 2000, 97, 95, 5.0, 4.0, 3.0, 2.1, 2.0. + Support for Excel 2007 .xlsx files scheduled for version 0.7.1.

Outside the current scope: xlrd will safely and reliably ignore any of these if present in the file: @@ -40,6 +45,8 @@

  • Hyperlinks
  • +
  • Autofilters, advanced filters, pivot tables, conditional formatting, data validation +
  • Unlikely to be done:

    @@ -77,8 +84,9 @@

    Another quick start: This will show the first, second and last rows of each sheet in each file:

    -

        OS-prompt>python PYDIR/scripts/runxlrd.py 3rows *blah*.xls
    -

    + +
        OS-prompt>python PYDIR/scripts/runxlrd.py 3rows *blah*.xls
    +

    Installation:

    Download URLs:

    -