38 lines
2.6 KiB
HTML
38 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Protection tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Protection tab" />
|
|
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
|
<link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" />
|
|
<script type="text/javascript" src="../callback.js"></script>
|
|
<script type="text/javascript" src="../search/js/page-search.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="mainpart">
|
|
<div class="search-field">
|
|
<input id="search" class="searchBar" placeholder="Search" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Protection tab</h1>
|
|
<p>The <b>Protection</b> tab in the <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a> allows you to prevent unauthorized access by encrypting and protecting the workbook or the sheets.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online Spreadsheet Editor:</p>
|
|
<p><img alt="Protection tab" src="../images/interface/protectiontab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop Spreadsheet Editor:</p>
|
|
<p><img alt="Protection tab" src="../images/interface/desktop_protectiontab.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li><a href="../UsageInstructions/Password.htm" onclick="onhyperlinkclick(this)"><b>Encrypt</b></a> your document by setting a password,</li>
|
|
<li><a href="../UsageInstructions/ProtectWorkbook.htm" onclick="onhyperlinkclick(this)"><b>Protect workbook</b></a> structure with or without a password,</li>
|
|
<li><a href="../UsageInstructions/ProtectSheet.htm" onclick="onhyperlinkclick(this)"><b>Protect sheet</b></a> by restricting editing abilities within a sheet with or without a password,</li>
|
|
<li><a href="../UsageInstructions/AllowEditRanges.htm" onclick="onhyperlinkclick(this)"><b>Allow edit ranges</b></a> of locked cells with or without a password,</li>
|
|
<li>Enable and disable the following <a href="../UsageInstructions/ProtectSpreadsheet.htm" onclick="onhyperlinkclick(this)"><b>options</b></a>: <b>Locked Cell</b>, <b>Hidden Formulas</b>, <b>Shape Locked</b>, <b>Lock Text</b>.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|