Skip to content

Commit d351908

Browse files
committed
Merge branch 'hotfix/hotfix-v31.2.2' of https://github.com/syncfusion-content/document-processing-docs into 828100-ug
2 parents bf2d945 + e5362cc commit d351908

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Document-Processing/Excel/Excel-Library/NET/Security.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -699,4 +699,6 @@ End Using
699699

700700
N> Security features are now supported in .NET Standard 1.4 onwards.
701701

702+
N> By default, all cells in an Excel worksheet have the Locked property set to true. This property only takes effect when the worksheet is protected. To allow edits in specific cells, you must explicitly set the Locked property to false before applying protection. Once the sheet is protected, only the unlocked cells remain editable. However, ExcelEngine will allow editing cells programmatically even though the worksheet is protected.
703+
702704
A complete working example to protect a cell in C# is present on [this GitHub page](https://github.com/SyncfusionExamples/XlsIO-Examples/tree/master/XlsIO-Excel-Protect-UnProtect/Locked-Cells/.NET/Locked-Cells).

Document-Processing/Excel/Excel-Library/NET/Working-with-Excel-Tables.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ documentation: UG
77
---
88
# Working with Excel Tables
99

10+
To quickly learn how to create, edit, and format tables in Excel documents, check out this video:
11+
{% youtube "https://www.youtube.com/watch?v=i8H4ER7PpjU" %}
12+
1013
## Creating a table
1114

1215
XlsIO supports reading and writing the table which helps to organize and analyze the related data.

0 commit comments

Comments
 (0)