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

22 lines
1.3 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "How to use Sheet View and custom filtering in spreadsheet collaboration";
MetaKeyWords = "ONLYOFFICE, spreadsheet, sheet views, filters";
MetaDescription = "Learn how to use collaborative tools in ONLYOFFICE spreadsheet editor to work with filtering independently from other users in Sheet Views, save and manage filtering presets, and share spreadsheets with custom filtering permission.";
}
</script>
<div class="MainHelpCenter main_buscall_container video">
<h1 class="subHeaderFeaturesCaption Guides_Video_Captions">How to use Sheet View and custom filtering in spreadsheet collaboration</h1>
<div class="bigVideoCont">
<iframe src="https://www.youtube.com/embed/zFRoMYqDUxs?wmode=transparent" frameborder="0" allowfullscreen></iframe>
</div>
<div>
<p>Learn how to use collaborative tools in ONLYOFFICE spreadsheet editor to work with filtering independently from other users in Sheet Views, save and manage filtering presets, and share spreadsheets with custom filtering permission.</p>
</div>
</div>