diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-02-06 07:46:00 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-02-08 11:10:10 -0600 |
commit | b00039c0fe9597c05d73ca0490c3d0436549409d (patch) | |
tree | 7824919946b96028153484c25536c41d6e5cf0ef /libraries/python-xlrd/README | |
parent | 86d7a33d47c9228f214ec5dad1a0eff89960d1a3 (diff) |
libraries/python-xlrd: Added (extract data from MS Excel).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/python-xlrd/README')
-rw-r--r-- | libraries/python-xlrd/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/python-xlrd/README b/libraries/python-xlrd/README new file mode 100644 index 000000000000..4cae3184818d --- /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. |