diff options
author | xuri <xuri.me@gmail.com> | 2020-06-22 00:14:56 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-06-22 00:14:56 +0800 |
commit | 15fd56853fe1b63217fb963c951cf4fef7b56a08 (patch) | |
tree | 36833ac2803ffd7b4294b99fc538056298ed8992 /errors.go | |
parent | 5221729bc342c5b12883ebe03898a85f755233c9 (diff) |
Update docs and typo fixed
Diffstat (limited to 'errors.go')
-rw-r--r-- | errors.go | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 |