From af5c4d00e81b62a3f6ff6cb34a89502400552a2d Mon Sep 17 00:00:00 2001 From: "Jonham.Chen" Date: Sat, 8 Jan 2022 10:32:13 +0800 Subject: feat: implement SHA-512 algorithm to ProtectSheet (#1115) --- xmlWorksheet.go | 1 + 1 file changed, 1 insertion(+) (limited to 'xmlWorksheet.go') diff --git a/xmlWorksheet.go b/xmlWorksheet.go index 217f367..b09d630 100644 --- a/xmlWorksheet.go +++ b/xmlWorksheet.go @@ -838,6 +838,7 @@ type formatConditional struct { // FormatSheetProtection directly maps the settings of worksheet protection. type FormatSheetProtection struct { + AlgorithmName string AutoFilter bool DeleteColumns bool DeleteRows bool -- cgit v1.2.1