mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 19:16:59 +08:00
38 lines
2.7 KiB
HTML
38 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Table Design tab</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Table Design tab" />
|
|
<link type="text/css" rel="stylesheet" href="../../../../../../common/main/resources/help/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="../../../../../../common/main/resources/help/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>Table Design tab</h1>
|
|
<p>The <b>Table Design</b> tab in the <a href="https://www.onlyoffice.com/spreadsheet-editor.aspx" target="_blank" onclick="onhyperlinkclick(this)"><b>Spreadsheet Editor</b></a> allows <a href="../UsageInstructions/FormattedTables.htm" onclick="onhyperlinkclick(this)">editing</a> formatted tables.</p>
|
|
<p class="note">Starting from ONLYOFFICE Docs version 9.1, the <b>Table Design</b> tab is hidden by default and will open only while working with tables.</p>
|
|
<p>The corresponding window of the Online Spreadsheet Editor:</p>
|
|
<p><img alt="Table Design tab" src="../images/interface/tabledesigntab.png"></p>
|
|
<p>The corresponding window of the Desktop Spreadsheet Editor:</p>
|
|
<p><img alt="Table Design tab" src="../images/interface/desktop_tabledesigntab.png"></p>
|
|
<p>Using this tab, you can:</p>
|
|
<ul>
|
|
<li><a href="../UsageInstructions/FormattedTables.htm" onclick="onhyperlinkclick(this)">resize</a> tables,</li>
|
|
<li><a href="../UsageInstructions/FormattedTables.htm" onclick="onhyperlinkclick(this)">manage</a> rows and columns and their display,</li>
|
|
<li>remove <a href="../UsageInstructions/FormattedTables.htm" onclick="onhyperlinkclick(this)">duplicates</a>,</li>
|
|
<li><a href="../UsageInstructions/FormattedTables.htm" onclick="onhyperlinkclick(this)">convert to range</a>,</li>
|
|
<li>insert <a href="../UsageInstructions/Slicers.htm" onclick="onhyperlinkclick(this)">slicers</a>,</li>
|
|
<li>create <a href="../UsageInstructions/PivotTables.htm" onclick="onhyperlinkclick(this)">pivot tables</a>,</li>
|
|
<li>add <a href="../UsageInstructions/FormattedTables.htm" onclick="onhyperlinkclick(this)">alternative</a> title and description,</li>
|
|
<li>choose one of the predefined <a href="../UsageInstructions/FormattedTables.htm" onclick="onhyperlinkclick(this)">table styles</a>.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|