2019-12-19 08:42:10 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Data tab< / 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 > Data tab< / h1 >
2021-04-30 14:41:43 +00:00
< p > The < b > Data< / b > tab allows managing data in the < a href = "https://www.onlyoffice.com/spreadsheet-editor.aspx" target = "_blank" onclick = "onhyperlinkclick(this)" > < b > Spreadsheet Editor< / b > < / a > .< / p >
2019-12-19 08:42:10 +00:00
< div class = "onlineDocumentFeatures" >
2020-08-12 11:25:32 +00:00
< p > The corresponding window of the Online Spreadsheet Editor:< / p >
2019-12-19 08:42:10 +00:00
< p > < img alt = "Data tab" src = "../images/interface/datatab.png" / > < / p >
< / div >
< div class = "desktopDocumentFeatures" >
2020-08-12 11:25:32 +00:00
< p > The corresponding window of the Desktop Spreadsheet Editor:< / p >
2019-12-19 08:42:10 +00:00
< p > < img alt = "Data tab" src = "../images/interface/desktop_datatab.png" / > < / p >
< / div >
< p > Using this tab, you can:< / p >
< ul >
2020-08-12 11:25:32 +00:00
< li > < a href = "../UsageInstructions/SortData.htm" onclick = "onhyperlinkclick(this)" > sort and filter< / a > data,< / li >
2019-12-19 08:42:10 +00:00
< li > convert < a href = "../UsageInstructions/CopyPasteData.htm#delimiteddata" onclick = "onhyperlinkclick(this)" > text to columns< / a > ,< / li >
2020-09-14 12:21:50 +00:00
< li > < a href = "../UsageInstructions/RemoveDuplicates.htm" onclick = "onhyperlinkclick(this)" > remove duplicates< / a > from a data range,< / li >
2021-08-25 22:43:28 +00:00
< li > < a href = "../UsageInstructions/GroupData.htm" onclick = "onhyperlinkclick(this)" > group and ungroup< / a > data,< / li >
< li > set < a href = "../UsageInstructions/DataValidation.htm" onclick = "onhyperlinkclick(this)" > data validation< / a > parameters,< / li >
< li > get data < a href = "../HelpfulHints/ImportData.htm" onclick = "onhyperlinkclick(this)" > from TXT/CSV file< / a > .< / li >
2019-12-19 08:42:10 +00:00
< / ul >
< / div >
< / body >
2020-08-12 11:25:32 +00:00
< / html >