web-apps/apps/spreadsheeteditor/main/resources/help/fr/ProgramInterface/PivotTableTab.htm
2022-03-21 06:03:46 +03:00

34 lines
2.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<title>Onglet Tableau croisé dynamique</title>
<meta charset="utf-8" />
<meta name="description" content="Présentation de l'interface utilisateur Spreadsheet Editor - L'onglet Tableau croisé dynamique" />
<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="Rechercher" type="text" onkeypress="doSearch(event)">
</div>
<h1>Onglet Tableau croisé dynamique</h1>
<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>
<p>Fenêtre de l'éditeur en ligne Spreadsheet Editor :</p>
<p><img alt="Onglet Tableau croisé dynamique" src="../images/interface/pivottabletab.png" /></p>
<p>Fenêtre de l'éditeur de bureau Spreadsheet Editor:</p>
<p><img alt="Pivot Table tab" src="../images/interface/desktop_pivottabletab.png" /></p>
<p>En utilisant cet onglet, vous pouvez :</p>
<ul>
<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>
<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>
<li>choisir l'un des styles de tableaux prédéfinis.</li>
</ul>
</div>
</body>
</html>