From 6a2e043dc2988352744054b347a5dc3f5177406a Mon Sep 17 00:00:00 2001 From: Lucas Liu Date: Thu, 19 Mar 2015 17:43:13 +0800 Subject: [PATCH] Create Readme.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7399e37 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# xls +Pure Golang xls library + +This is a xls library writen in pure Golang. Almostly it is translated from the libxls library in c. + +It has just the reading function without the format.