web-apps/apps/spreadsheeteditor/main/resources/help/it/ProgramInterface/DataTab.htm
2022-03-21 06:03:46 +03:00

35 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Data tab</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Data 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>Data tab</h1>
<p>The <b>Data</b> tab allows to manage data on a sheet.</p>
<div class="onlineDocumentFeatures">
<p>Online Spreadsheet Editor window:</p>
<p><img alt="Data tab" src="../images/interface/datatab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>Desktop Spreadsheet Editor window:</p>
<p><img alt="Data tab" src="../images/interface/desktop_datatab.png" /></p>
</div>
<p>Using this tab, you can:</p>
<ul>
<li><a href="../UsageInstructions/SortData.htm" onclick="onhyperlinkclick(this)">sort and filter</a> your data,</li>
<li>convert <a href="../UsageInstructions/CopyPasteData.htm#delimiteddata" onclick="onhyperlinkclick(this)">text to columns</a>,</li>
<li><a href="../UsageInstructions/GroupData.htm" onclick="onhyperlinkclick(this)">group and ungroup</a> data.</li>
</ul>
</div>
</body>
</html>