Skip to content

Commit f59c029

Browse files
902922: Fix playground issues
1 parent 3f5d40e commit f59c029

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

XlsIO-Excel-Protect-UnProtect/Protect-Workbook/.NET/Protect-Workbook/ProtectWorkbook/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ static void Main(string[] args)
1818
IWorkbook workbook = application.Workbooks.Open(inputStream);
1919
IWorksheet worksheet = workbook.Worksheets[0];
2020

21-
workbook.Unprotect();
2221
//Protect workbook with password
2322
workbook.Protect(true, true, "syncfusion");
2423

0 commit comments

Comments
 (0)