helpcenter/Web/Controls/Help/Video/Documents/PivotTables/PivotTables.ascx

28 lines
1.1 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Pivot Tables in ONLYOFFICE";
MetaKeyWords = "ONLYOFFICE, pivot tables, spreadsheets";
MetaDescription = "Watch this video to learn how to work with pivot tables in ONLYOFFICE.";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">Pivot Tables in ONLYOFFICE</h1>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/IS90aklJTaY?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Watch this video to learn how to work with pivot tables in ONLYOFFICE:</p>
<ul>
<li>Creating pivot tables</li>
<li>Editing pivot tables</li>
<li>Appearance and style of your pivot table</li>
<li>Filtering and sorting</li>
</ul>
</div>
</div>