41 lines
3.1 KiB
HTML
41 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Pestaña de Inicio</title>
|
|
<meta charset="utf-8" />
|
|
<meta name="description" content="Introducing the Spreadsheet Editor user interface - Home tab" />
|
|
<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="Buscar" type="text" onkeypress="doSearch(event)">
|
|
</div>
|
|
<h1>Pestaña de Inicio</h1>
|
|
<p>La pestaña de <b>Inicio</b> se abre por defecto cuando abre una hoja de cálculo. Permite formatear celdas y datos dentro de esta, aplicar filtros, introducir funciones. Otras opciones también están disponibles aquí, como esquemas de color, la característica de <b>Formatear como un modelo de tabla</b> y más.</p>
|
|
<div class="onlineDocumentFeatures">
|
|
<p>Ventana del editor de hojas de cálculo en línea:</p>
|
|
<p><img alt="Pestaña de Inicio" src="../images/interface/hometab.png" /></p>
|
|
</div>
|
|
<div class="desktopDocumentFeatures">
|
|
<p>Ventana del editor de hojas de cálculo de escritorio:</p>
|
|
<p><img alt="Pestaña de Inicio" src="../images/interface/desktop_hometab.png" /></p>
|
|
</div>
|
|
<p>Al usar esta pestaña podrás:</p>
|
|
<ul>
|
|
<li>establecer el <a href="../UsageInstructions/FontTypeSizeStyle.htm" onclick="onhyperlinkclick(this)">tipo, tamaño, color y estilo de letra</a>,</li>
|
|
<li><a href="../UsageInstructions/AlignText.htm" onclick="onhyperlinkclick(this)">alinear sus datos</a> en celdas,</li>
|
|
<li>añadir <a href="../UsageInstructions/AddBorders.htm" onclick="onhyperlinkclick(this)">bordes de celdas</a> y <a href="../UsageInstructions/MergeCells.htm" onclick="onhyperlinkclick(this)">combinar celdas</a>,</li>
|
|
<li>introducir <a href="../UsageInstructions/InsertFunction.htm" onclick="onhyperlinkclick(this)">funciones</a> y crear <a href="../UsageInstructions/UseNamedRanges.htm" onclick="onhyperlinkclick(this)">rangos nombrados</a>,</li>
|
|
<li><a href="../UsageInstructions/SortData.htm" onclick="onhyperlinkclick(this)">ordenar y filtrar</a> datos</li>
|
|
<li>cambiar el <a href="../UsageInstructions/ChangeNumberFormat.htm" onclick="onhyperlinkclick(this)">formato de números</a>,</li>
|
|
<li>añadir o eliminar <a href="../UsageInstructions/InsertDeleteCells.htm" onclick="onhyperlinkclick(this)">celdas, filas,columnas</a>,</li>
|
|
<li><a href="../UsageInstructions/ClearFormatting.htm" onclick="onhyperlinkclick(this)">copiar/borrar</a> formato de celdas,</li>
|
|
<li><a href="../UsageInstructions/SortData.htm#tabletemplate" onclick="onhyperlinkclick(this)">aplicar una plantilla de tabla</a> a un rango de celdas seleccionado.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html> |