Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 5 Easy Ways to Protect Excel Data in C#
Syncfusion® Excel Library (XlsIO) provides various options to easily protect and unprotect Excel documents in C# and VB.NET. This repository contains projects to accomplish them.

Syncfusion® Excel Library (XlsIO) provides various options to easily protect and unprotect Excel documents in C# and VB.NET, and this repository contains practical projects to demonstrate those capabilities. Excel protection is a key feature in many business applications where sensitive data, formulas, or layout structures need to be secured from accidental edits or unauthorized changes. Using XlsIO, developers can apply password protection to entire workbooks, individual worksheets, or specific ranges, ensuring that only permitted users can modify content. The library also supports locking cells, hiding formulas, restricting formatting changes, and controlling access to structural elements like rows and columns. These features can be implemented programmatically without relying on Microsoft Excel Interop, making the solution lightweight and suitable for server-side automation or cloud deployments. The examples in this repository show how to enable protection with custom settings, remove protection when needed, and manage security across Excel file. Whether you're building reporting tools, financial models, or data entry templates, these samples offer a reliable way to enforce document integrity and user permissions using Syncfusion's high-performance Excel APIs.

## Prerequisites

Expand Down