Browse Source

* doc.go: Added basic package documentation via a doc.go file.

Geoffrey J. Teale 14 years ago
parent
commit
a106d175c1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      doc.go

+ 5 - 0
doc.go

@@ -0,0 +1,5 @@
+// xslx is a package designed to help with reading data from
+// spreadsheets stored in the XLSX format used in recent versions of
+// Microsoft's Excel spreadsheet.
+package xlsx
+