<!DOCTYPE html> <html> <head> <title>Pivot Table tab</title> <meta charset="utf-8" /> <meta name="description" content="Introducing the Spreadsheet Editor user interface - Pivot Table tab" /> <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>Pivot Table tab</h1> <p>The <b>Pivot Table</b> tab allows to <a href="../UsageInstructions/PivotTables.htm" onclick="onhyperlinkclick(this)">change the appearance</a> of an existing pivot table.</p> <p><img alt="Pivot Table tab" src="../images/interface/pivottabletab.png" /></p> <p>Using this tab, you can:</p> <ul> <li>select an entire pivot table with a single click,</li> <li>emphasize certain rows/columns applying a specific formatting to them,</li> <li>choose one of the predefined tables styles.</li> </ul> </div> </body> </html>