diff options
| author | xuri <xuri.me@gmail.com> | 2020-05-06 00:33:20 +0800 |
|---|---|---|
| committer | xuri <xuri.me@gmail.com> | 2020-05-06 00:33:20 +0800 |
| commit | 5f29af258d3e1e70b76000de99b63753bb34e097 (patch) | |
| tree | 04c5d0b7f29dd18f0a209deb99bebf4c40f41ede /excelize.go | |
| parent | 1f73a19e0f3bff9869e333675957dd5c027d0ab9 (diff) | |
| parent | 97e3f4ce6822bea6d65961c0399f7563450b69b4 (diff) | |
Merge branch 'formula'
Diffstat (limited to 'excelize.go')
| -rw-r--r-- | excelize.go | 8 |
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 |
