web-apps/apps/spreadsheeteditor/main/resources/help/fr/ProgramInterface/DataTab.htm
Julia Radzhabova 2718a692c0 Add translation
2020-08-12 14:25:32 +03:00

34 lines
1.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. 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 Données</title>
<meta charset="utf-8" />
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Data 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>Onglet Données</h1>
<p>Longlet <b>Données</b> permet de gérer les données sur une feuille.</p>
<div class="onlineDocumentFeatures">
<p>Fenêtre Online Spreadsheet Editor:</p>
<p><img alt="Data tab" src="../images/interface/datatab.png" /></p>
</div>
<div class="desktopDocumentFeatures">
<p>Fenêtre Desktop Spreadsheet Editor:</p>
<p><img alt="Data tab" src="../images/interface/desktop_datatab.png" /></p>
</div>
<p>Cet onglet vous permet de:</p>
<ul>
<li><a href="../UsageInstructions/SortData.htm" onclick="onhyperlinkclick(this)">trier et filtrer</a> vos données,</li>
<li>convertir le <a href="../UsageInstructions/CopyPasteData.htm#delimiteddata" onclick="onhyperlinkclick(this)">texte en colonnes</a>,</li>
<li><a href="../UsageInstructions/GroupData.htm" onclick="onhyperlinkclick(this)">grouper et dissocier</a> les données.</li>
</ul>
</div>
</body>
</html>