From 89465f41b5a29ac2e1debe16b8cb6f59c344f917 Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 22 Sep 2020 22:29:43 +0800 Subject: Update dependency package version and docs for the OpenFile --- excelize.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'excelize.go') diff --git a/excelize.go b/excelize.go index 315f41b..a90b765 100644 --- a/excelize.go +++ b/excelize.go @@ -70,6 +70,8 @@ type Options struct { // return // } // +// Note that the excelize just support decrypt and not support encrypt currently, the spreadsheet +// saved by Save and SaveAs will be without password unprotected. func OpenFile(filename string, opt ...Options) (*File, error) { file, err := os.Open(filename) if err != nil { -- cgit v1.2.1