diff options
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 { |