[Lunar-commits] <moonbase> libxls: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Fri Mar 19 13:19:13 CET 2010
commit a7c1f3ebb91680b6aca7b0e38748b1b8e1422553
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Fri Mar 19 08:19:13 2010 -0400
libxls: Adding to moonbase.
---
libs/libxls/DETAILS | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/libs/libxls/DETAILS b/libs/libxls/DETAILS
new file mode 100644
index 0000000..44a36a6
--- /dev/null
+++ b/libs/libxls/DETAILS
@@ -0,0 +1,22 @@
+ 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
More information about the Lunar-commits
mailing list