mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: libxls: Expand synopsis & description.
* gnu/packages/xml.scm (libxls)[synopsis, description]: Expand.
This commit is contained in:
parent
863ab122fc
commit
f8be928760
1 changed files with 5 additions and 3 deletions
|
@ -1280,10 +1280,12 @@ (define-public libxls
|
|||
("automake" ,automake)
|
||||
("libtool" ,libtool)))
|
||||
(home-page "http://libxls.sourceforge.net/")
|
||||
(synopsis "Read Excel files")
|
||||
(synopsis "Read binary (.xls) Excel spreadsheet files")
|
||||
(description
|
||||
"libxls is a C library which can read Excel (xls) files since Excel 97 (the BIFF8 format).
|
||||
libxls cannot write Excel files.")
|
||||
"libxls is a C library to read .xls spreadsheet files in the binary OLE
|
||||
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)))
|
||||
|
||||
(define-public freexl
|
||||
|
|
Loading…
Reference in a new issue