Tue May 18 11:06:51 2021 UTC ()
textproc/py-xlrd: Sync DESCR with upstream

Upstream's current README and the old DESCR had diverged a lot.
Pointed out by Mayuresh.


(gdt)
diff -r1.2 -r1.3 pkgsrc/textproc/py-xlrd/DESCR

cvs diff -r1.2 -r1.3 pkgsrc/textproc/py-xlrd/DESCR (expand / switch to unified diff)

--- pkgsrc/textproc/py-xlrd/DESCR 2019/06/05 00:37:43 1.2
+++ pkgsrc/textproc/py-xlrd/DESCR 2021/05/18 11:06:51 1.3
@@ -1,2 +1,19 @@ @@ -1,2 +1,19 @@
1Extract data from new and old Excel spreadsheets on any platform. Pure Python 1xlrd is a library for reading data and formatting information from
2(2.7 or later). Strong support for Excel dates. Unicode-aware. 2Excel files in the historical .xls format.
 3
 4Warning
 5
 6This library will no longer read anything other than .xls files. For
 7alternatives that read newer file formats, please see
 8http://www.python-excel.org/.
 9
 10The following are also not supported but will safely and reliably be ignored:
 11
 12 Charts, Macros, Pictures, any other embedded object, including embedded worksheets.
 13 VBA modules
 14 Formulas, but results of formula calculations are extracted.
 15 Comments
 16 Hyperlinks
 17 Autofilters, advanced filters, pivot tables, conditional formatting, data validation
 18
 19Password-protected files are not supported and cannot be read by this library.