Example of Protect Sheet in React Spreadsheet Component

/
/
ProtectSheet

This sample demonstrates protect sheet and protect workbook with EMI calculation scenario as an example. To unprotect the sheet, click the unprotect sheet button in the Data tab. Meanwhile, to unprotect the workbook, click the unprotect workbook button in the data tab and provide the password as spreadsheet in the dialog box.

More Details...

ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAMANAOAPAQARASATAUAVAWAXAY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Home Loan Calculator
Loan Amount:$100,000.00
Interest Rate:0.08
Periods (terms in year):1
Start Date:3/3/2020
Loan EMI:$8,698.84
Number of Payments:12
Total Repayment Amount:$104,386.11
Total Interest Amount:$4,386.11
Description

Protect sheet helps you to prevent the users from modifying the data in the spreadsheet. Protect workbook helps you to protect the workbook with a password. In this demo, the `EMI Schedule` sheet is locked using isProtected property inside the `Sheet` property and protect the workbook with a password using password property.

More information about protect sheet and lock cell feature can be found in this documentation section.