DEV Community

Cover image for How to Protect Worksheets in the Angular Spreadsheet Component
Arun for Syncfusion, Inc.

Posted on

How to Protect Worksheets in the Angular Spreadsheet Component

Learn how easy it is to protect a worksheet in the Syncfusion Angular Spreadsheet component. Using Syncfusion's Angular spreadsheet component, you can organize and analyze data in a tabular format. It is also referred to as Excel Viewer. It provides all the common Excel features, including data binding, selection, editing, formatting, resizing, sorting, and importing and exporting Excel documents.

You will also learn how to unlock a cell range in a protected sheet, and protect an entire sheet or workbook with a password and how to unprotect them. To enable or disable this feature, use the isProtected property. You can also protect a sheet by using the protectSheet method.

Download an example from GitHub: https://github.com/SyncfusionExamples/how-to-protect-worksheets-in-the-angular-spreadsheet-component

Refer to the protection documentation for the Syncfusion Angular Spreadsheet component: https://ej2.syncfusion.com/angular/documentation/spreadsheet/protect-sheet

Check out online protect sheet examples for the Syncfusion Angular Spreadsheet component: https://ej2.syncfusion.com/angular/demos/#/bootstrap5/spreadsheet/protect-sheet

Top comments (0)