2018-03-30 11:36:43 +00:00
<!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 >
2020-11-13 13:35:26 +00:00
< 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 >
2021-04-30 14:41:43 +00:00
< p > The < b > Pivot Table< / 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/PivotTables.htm" onclick = "onhyperlinkclick(this)" > creating and editing< / a > pivot tables.< / p >
2020-08-12 11:25:32 +00:00
< p > The corresponding window of the Online Spreadsheet Editor:< / p >
2018-03-30 11:36:43 +00:00
< p > < img alt = "Pivot Table tab" src = "../images/interface/pivottabletab.png" / > < / p >
2020-11-13 13:35:26 +00:00
< p > The corresponding window of the Desktop Spreadsheet Editor:< / p >
< p > < img alt = "Pivot Table tab" src = "../images/interface/desktop_pivottabletab.png" / > < / p >
2018-03-30 11:36:43 +00:00
< p > Using this tab, you can:< / p >
< ul >
2020-09-14 12:21:50 +00:00
< li > create a new pivot table,< / li >
< li > choose the necessary layout for your pivot table,< / li >
< li > update the pivot table if you change the data in your source data set,< / li >
2018-03-30 11:36:43 +00:00
< li > select an entire pivot table with a single click,< / li >
2020-08-12 11:25:32 +00:00
< li > highlight certain rows/columns by applying a specific formatting style to them,< / li >
2018-03-30 11:36:43 +00:00
< li > choose one of the predefined tables styles.< / li >
< / ul >
2020-11-13 13:35:26 +00:00
< / div >
2018-03-30 11:36:43 +00:00
< / body >
2020-08-12 11:25:32 +00:00
< / html >