diff options
author | xuri <xuri.me@gmail.com> | 2022-05-29 19:37:10 +0800 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2022-05-29 19:37:10 +0800 |
commit | 7a6d5f5ebe5fa9b74ec58b79baf79b369d496e21 (patch) | |
tree | da761d89ba9c8eb4a78a69770532a1c87c255e4a /errors.go | |
parent | 551b83afab85f2911410a6fa994fe5cc883d8804 (diff) |
This initialized support for encryption workbook by password, ref #199
- Remove exported variable `ErrEncrypt`
Diffstat (limited to 'errors.go')
-rw-r--r-- | errors.go | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -112,8 +112,6 @@ var ( // ErrMaxFilePathLength defined the error message on receive the file path // length overflow. ErrMaxFilePathLength = errors.New("file path length exceeds maximum limit") - // ErrEncrypt defined the error message on encryption spreadsheet. - ErrEncrypt = errors.New("not support encryption currently") // ErrUnknownEncryptMechanism defined the error message on unsupported // encryption mechanism. ErrUnknownEncryptMechanism = errors.New("unknown encryption mechanism") |