2018-05-15 11:28:44 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Onglet Tableau croisé dynamique< / title >
< meta charset = "utf-8" / >
2021-02-19 13:20:53 +00:00
< meta name = "description" content = "Présentation de l'interface utilisateur Spreadsheet Editor - L'onglet Tableau croisé dynamique" / >
2018-05-15 11:28:44 +00:00
< link type = "text/css" rel = "stylesheet" href = "../editor.css" / >
2022-03-21 03:03:46 +00:00
< link type = "text/css" rel = "stylesheet" href = "../../images/sprite.css" / >
2018-05-15 11:28:44 +00:00
< 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" >
2021-02-19 13:20:53 +00:00
< input id = "search" class = "searchBar" placeholder = "Rechercher" type = "text" onkeypress = "doSearch(event)" >
2018-05-15 11:28:44 +00:00
< / div >
< h1 > Onglet Tableau croisé dynamique< / h1 >
2021-04-30 14:41:43 +00:00
< p > L'onglet < b > Tableau croisé dynamique< / b > dans < a href = "https://www.onlyoffice.com/fr/spreadsheet-editor.aspx" target = "_blank" onclick = "onhyperlinkclick(this)" > < b > Spreadsheet Editor< / b > < / a > permet de < a href = "../UsageInstructions/PivotTables.htm" onclick = "onhyperlinkclick(this)" > créer et modifier< / a > des tableaux croisés dynamiques.< / p >
2020-08-12 11:25:32 +00:00
< p > Fenêtre de l'éditeur en ligne Spreadsheet Editor :< / p >
2018-05-15 11:28:44 +00:00
< p > < img alt = "Onglet Tableau croisé dynamique" src = "../images/interface/pivottabletab.png" / > < / p >
2021-02-19 13:20:53 +00:00
< p > Fenêtre de l'éditeur de bureau Spreadsheet Editor:< / p >
< p > < img alt = "Pivot Table tab" src = "../images/interface/desktop_pivottabletab.png" / > < / p >
2018-05-15 11:28:44 +00:00
< p > En utilisant cet onglet, vous pouvez :< / p >
< ul >
2021-02-19 13:20:53 +00:00
< li > créer un nouveau tableau croisé dynamique,< / li >
< li > choisir une mise en page appropriée à votre tableau croisée dynamique,< / li >
< li > actualiser un tableau croisé dynamique lorsque vous apportez des modifications aux source de données,< / li >
2018-05-15 11:28:44 +00:00
< li > sélectionnez un tableau croisé dynamique entier en un seul clic,< / li >
< li > mettre en évidence certaines lignes/colonnes en leur appliquant une mise en forme spécifique,< / li >
2021-02-19 13:20:53 +00:00
< li > choisir l'un des styles de tableaux prédéfinis.< / li >
2018-05-15 11:28:44 +00:00
< / ul >
< / div >
< / body >
< / html >