summaryrefslogtreecommitdiff
path: root/errors.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-06-22 00:14:56 +0800
committerxuri <xuri.me@gmail.com>2020-06-22 00:14:56 +0800
commit15fd56853fe1b63217fb963c951cf4fef7b56a08 (patch)
tree36833ac2803ffd7b4294b99fc538056298ed8992 /errors.go
parent5221729bc342c5b12883ebe03898a85f755233c9 (diff)
Update docs and typo fixed
Diffstat (limited to 'errors.go')
-rw-r--r--errors.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/errors.go b/errors.go
index 5576ecd..a31c93a 100644
--- a/errors.go
+++ b/errors.go
@@ -3,9 +3,11 @@
// the LICENSE file.
//
// Package excelize providing a set of functions that allow you to write to
-// and read from XLSX files. Support reads and writes XLSX file generated by
-// Microsoft Excel™ 2007 and later. Support save file without losing original
-// charts of XLSX. This library needs Go version 1.10 or later.
+// and read from XLSX / XLSM / XLTM files. Supports reading and writing
+// spreadsheet documents generated by Microsoft Exce™ 2007 and later. Supports
+// complex components by high compatibility, and provided streaming API for
+// generating or reading data from a worksheet with huge amounts of data. This
+// library needs Go version 1.10 or later.
package excelize