From b836bdb513f61325f87f8e5e43ca934222e745c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20R=2EM=2E=20J=C3=BAnior?= Date: Sun, 30 Sep 2018 17:22:33 +0100 Subject: libraries/libxls: Added (Extract Cell Data From Excel xls files). Signed-off-by: David Spencer --- libraries/libxls/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 libraries/libxls/README (limited to 'libraries/libxls/README') diff --git a/libraries/libxls/README b/libraries/libxls/README new file mode 100644 index 0000000000000..62951292c8188 --- /dev/null +++ b/libraries/libxls/README @@ -0,0 +1,9 @@ +libxls - Extract Cell Data From Excel xls files + +This library can read Excel .xls files and allow you to access cell +values and retrieve other information (like the worksheet properties). + +There is a utility to convert an excel file to CSV format, or to +formatted HTML (see the test directory). + +libxls2csv test.xls > test.csv -- cgit v1.2.3