diff options
author | xuri <xuri.me@gmail.com> | 2022-05-31 11:05:10 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-05-31 11:14:42 +0800 |
commit | 8fde918d981e9229b43fc6045b259a1db31cf1f4 (patch) | |
tree | 2060ee6f1416f01f1a3b0c0c205d5f4837293f8e /excelize.go | |
parent | 7a6d5f5ebe5fa9b74ec58b79baf79b369d496e21 (diff) |
This update docs and tests for workbook encryption
Diffstat (limited to 'excelize.go')
-rw-r--r-- | excelize.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/excelize.go b/excelize.go index 8c71b16..aaa4953 100644 --- a/excelize.go +++ b/excelize.go @@ -93,6 +93,7 @@ type Options struct { // return // } // +// Close the file by Close function after opening the spreadsheet. func OpenFile(filename string, opt ...Options) (*File, error) { file, err := os.Open(filepath.Clean(filename)) if err != nil { |