Browse Source

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

Geoffrey J. Teale 14 năm trước cách đây
mục cha
commit
a106d175c1
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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
+