summaryrefslogtreecommitdiff
path: root/excelize.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2020-09-22 22:29:43 +0800
committerxuri <xuri.me@gmail.com>2020-09-22 22:29:43 +0800
commit89465f41b5a29ac2e1debe16b8cb6f59c344f917 (patch)
tree87584063de3f61affcbfe6f07b0cc79e07046578 /excelize.go
parent324f87bcaed9ec775c0b79627956a093ad481d36 (diff)
Update dependency package version and docs for the OpenFile
Diffstat (limited to 'excelize.go')
-rw-r--r--excelize.go2
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 {