gnu: libxls: Expand synopsis & description.

* gnu/packages/xml.scm (libxls)[synopsis, description]: Expand.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-15 02:22:45 +01:00
parent 863ab122fc
commit f8be928760
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1280,10 +1280,12 @@ (define-public libxls
("automake" ,automake) ("automake" ,automake)
("libtool" ,libtool))) ("libtool" ,libtool)))
(home-page "http://libxls.sourceforge.net/") (home-page "http://libxls.sourceforge.net/")
(synopsis "Read Excel files") (synopsis "Read binary (.xls) Excel spreadsheet files")
(description (description
"libxls is a C library which can read Excel (xls) files since Excel 97 (the BIFF8 format). "libxls is a C library to read .xls spreadsheet files in the binary OLE
libxls cannot write Excel files.") BIFF8 format as created by Excel 97 and later versions. It cannot write them.
This package also provides @command{xls2csv} to export Excel files to CSV.")
(license license:bsd-2))) (license license:bsd-2)))
(define-public freexl (define-public freexl