diff options
author | xuri <xuri.me@gmail.com> | 2020-09-22 22:29:43 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2020-09-22 22:29:43 +0800 |
commit | 89465f41b5a29ac2e1debe16b8cb6f59c344f917 (patch) | |
tree | 87584063de3f61affcbfe6f07b0cc79e07046578 /excelize.go | |
parent | 324f87bcaed9ec775c0b79627956a093ad481d36 (diff) |
Update dependency package version and docs for the OpenFile
Diffstat (limited to 'excelize.go')
-rw-r--r-- | excelize.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |