helpcenter/Web/OfficeWeb/apps/spreadsheeteditor/UsageInstructions/ViewDocInfo.htm
2019-12-10 17:18:55 +03:00

33 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>View file information</title>
<meta charset="utf-8" />
<meta name="description" content="View spreadsheet title, author, location, creation date, and statistics" />
<link type="text/css" rel="stylesheet" href="../editor.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>View file information</h1>
<p>To access the detailed information about the currently edited spreadsheet, click the <b>File</b> tab of the top toolbar and select the <b>Spreadsheet Info</b> option.</p>
<h3>General Information</h3>
<p>The file information includes spreadsheet title and the application the spreadsheet was created with. <span class="onlineDocumentFeatures">In the <em>online version</em>, the following information is also displayed: author, location, creation date.</span></p>
<div class="onlineDocumentFeatures">
<p class="note"><b>Note</b>: Online Editors allow you to change the spreadsheet title directly from the editor interface. To do that, click the <b>File</b> tab of the top toolbar and select the <b>Rename...</b> option, then enter the necessary <b>File name</b> in a new window that opens and click <b>OK</b>.</p>
</div>
<div class="onlineDocumentFeatures">
<h3>Permission Information</h3>
<p>In the <em>online version</em>, you can view the information about permissions to the files stored in the cloud.</p>
<p class="note"><b>Note</b>: this option is not available for users with the <b>Read Only</b> permissions.</p>
<p>To find out, who have rights to view or edit the spreadsheet, select the <b>Access Rights...</b> option at the left sidebar.</p>
<p>You can also change currently selected access rights clicking the <b>Change access rights</b> button in the <b>Persons who have rights</b> section.</p>
</div>
<p>To close the <b>File</b> pane and return to your spreadsheet, select the <b>Close Menu</b> option.</p>
</div>
</body>
</html>