From b00039c0fe9597c05d73ca0490c3d0436549409d Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 6 Feb 2014 07:46:00 +0700 Subject: libraries/python-xlrd: Added (extract data from MS Excel). Signed-off-by: Willy Sudiarto Raharjo --- libraries/python-xlrd/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libraries/python-xlrd/README (limited to 'libraries/python-xlrd/README') diff --git a/libraries/python-xlrd/README b/libraries/python-xlrd/README new file mode 100644 index 0000000000..4cae318481 --- /dev/null +++ b/libraries/python-xlrd/README @@ -0,0 +1,5 @@ +Library for developers to extract data from Microsoft Excel files. + +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. -- cgit v1.2.3