43 lines
3.3 KiB
HTML
43 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Home tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Home 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>Home tab</h1>
|
|
<p>The <b>Home</b> tab opens by default when you open the <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a>. It allows you to format cells and data in them, apply filters, insert functions, etc. Some other options are also available here, such as <b>Format as table template</b> feature and so on.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>The corresponding window of the Online Spreadsheet Editor:</p>
|
|
<p><img alt="Home tab" src="../images/interface/hometab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>The corresponding window of the Desktop Spreadsheet Editor:</p>
|
|
<p><img alt="Home tab" src="../images/interface/desktop_hometab.png" /></p>
|
|
</div>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li>set the<a href="../UsageInstructions/FontTypeSizeStyle.htm" onclick="onhyperlinkclick(this)"> font type, size, style, and colors</a>,</li>
|
|
<li><a href="../UsageInstructions/AlignText.htm" onclick="onhyperlinkclick(this)">align data</a> in cells,</li>
|
|
<li>add <a href="../UsageInstructions/AddBorders.htm" onclick="onhyperlinkclick(this)">cell borders</a> and <a href="../UsageInstructions/MergeCells.htm" onclick="onhyperlinkclick(this)">merge cells</a>,</li>
|
|
<li>insert <a href="../UsageInstructions/InsertFunction.htm" onclick="onhyperlinkclick(this)">functions</a> and create <a href="../UsageInstructions/UseNamedRanges.htm" onclick="onhyperlinkclick(this)">named ranges</a>,</li>
|
|
<li><a href="../UsageInstructions/SortData.htm" onclick="onhyperlinkclick(this)">sort and filter</a> data,</li>
|
|
<li>change <a href="../UsageInstructions/ChangeNumberFormat.htm" onclick="onhyperlinkclick(this)">the number format</a>,</li>
|
|
<li>add or remove <a href="../UsageInstructions/InsertDeleteCells.htm" onclick="onhyperlinkclick(this)">cells, rows, columns</a>,</li>
|
|
<li><a href="../UsageInstructions/ClearFormatting.htm" onclick="onhyperlinkclick(this)">copy/clear the</a> cell formatting,</li>
|
|
<li>use <a href="../UsageInstructions/ConditionalFormatting.htm" onclick="onhyperlinkclick(this)"> conditional formatting</a>,</li>
|
|
<li><a href="../UsageInstructions/SortData.htm#tabletemplate" onclick="onhyperlinkclick(this)">apply a table template</a> to the selected cell range.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|