summaryrefslogtreecommitdiff
path: root/excelize.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-05-03 18:44:43 +0800
committerxuri <xuri.me@gmail.com>2020-05-03 18:44:43 +0800
commit48fc4c08a2a80f7826d20bf3fd5a018f8e6f3185 (patch)
treefb5b635720a3289a070785b4687560974d32706f /excelize.go
parent2285d4dc718fb8b96c3b2291c63b39c57468b0b9 (diff)
init formula calculation engine, ref #65 and #599
Diffstat (limited to 'excelize.go')
-rw-r--r--excelize.go8
1 files changed, 5 insertions, 3 deletions
diff --git a/excelize.go b/excelize.go
index 73bc1b5..04e2e85 100644
--- a/excelize.go
+++ b/excelize.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.
//
// See https://xuri.me/excelize for more information about this package.
package excelize