          MODULE=libxls
         VERSION=0.2.0
          SOURCE=${MODULE}-${VERSION}.tar.gz
      SOURCE_URL=$SFORGE_URL/libxls/libxls-$VERSION/libxls-$VERSION/
      SOURCE_VFY=sha1:f385bd84104d98e0541919bcc316120cd9def0c4
        WEB_SITE=http://libxls.sourceforge.net/
         ENTERED=20100318
         UPDATED=20100318
           SHORT="C library which can read Excel (xls) files"

cat << EOF
libxls is a C library which can read Excel (xls) files. It has been tested on
Linux x86 and Cygwin but may work on any little-endian system. It is not
compatible with big endian systems.

libxls can read excel files since Excel 97 (the BIFF8 format)

libxls cannot write Excel files.

libxls is also shipped with xls2csv, a tool which converts an xls file to a csv
format, more suitable for parsing.
EOF
