From 8fde918d981e9229b43fc6045b259a1db31cf1f4 Mon Sep 17 00:00:00 2001 From: xuri Date: Tue, 31 May 2022 11:05:10 +0800 Subject: This update docs and tests for workbook encryption --- excelize.go | 1 + 1 file changed, 1 insertion(+) (limited to 'excelize.go') 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 { -- cgit v1.2.1