summaryrefslogtreecommitdiff
path: root/excelize.go
diff options
context:
space:
mode:
Diffstat (limited to 'excelize.go')
-rw-r--r--excelize.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/excelize.go b/excelize.go
index 0e2f440..8c71b16 100644
--- a/excelize.go
+++ b/excelize.go
@@ -93,10 +93,6 @@ 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. Close the file by Close after opening the
-// spreadsheet.
func OpenFile(filename string, opt ...Options) (*File, error) {
file, err := os.Open(filepath.Clean(filename))
if err != nil {