2018-01-12 14:52:45 +00:00
<!DOCTYPE html>
< html >
< head >
< title > Home tab< / 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" / >
< 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" >
2018-03-07 08:47:00 +00:00
< input id = "search" class = "searchBar" placeholder = "Search" type = "text" onkeypress = "doSearch(event)" >
2018-01-12 14:52:45 +00:00
< / div >
< h1 > Home tab< / h1 >
2021-04-30 14:41:43 +00:00
< p > The < b > Home< / b > tab opens by default when you open the < a href = "https://www.onlyoffice.com/spreadsheet-editor.aspx" target = "_blank" onclick = "onhyperlinkclick(this)" > < b > Spreadsheet Editor< / b > < / a > . It allows you to format cells and data in them, apply filters, insert functions, etc. Some other options are also available here, such as color schemes, < b > Format as table template< / b > feature and so on.< / p >
2019-05-15 11:40:18 +00:00
< div class = "onlineDocumentFeatures" >
2020-08-12 11:25:32 +00:00
< p > The corresponding window of the Online Spreadsheet Editor:< / p >
2019-05-15 11:40:18 +00:00
< p > < img alt = "Home tab" src = "../images/interface/hometab.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-05-15 11:40:18 +00:00
< p > < img alt = "Home tab" src = "../images/interface/desktop_hometab.png" / > < / p >
< / div >
2018-01-12 14:52:45 +00:00
< p > Using this tab, you can:< / p >
< ul >
2020-08-12 11:25:32 +00:00
< li > set the< a href = "../UsageInstructions/FontTypeSizeStyle.htm" onclick = "onhyperlinkclick(this)" > font type, size, style, and colors< / a > ,< / li >
< li > < a href = "../UsageInstructions/AlignText.htm" onclick = "onhyperlinkclick(this)" > align data< / a > in cells,< / li >
2018-01-12 14:52:45 +00:00
< li > add < a href = "../UsageInstructions/AddBorders.htm" onclick = "onhyperlinkclick(this)" > cell borders< / a > and < a href = "../UsageInstructions/MergeCells.htm" onclick = "onhyperlinkclick(this)" > merge cells< / a > ,< / li >
< li > insert < a href = "../UsageInstructions/InsertFunction.htm" onclick = "onhyperlinkclick(this)" > functions< / a > and create < a href = "../UsageInstructions/UseNamedRanges.htm" onclick = "onhyperlinkclick(this)" > named ranges< / a > ,< / li >
< li > < a href = "../UsageInstructions/SortData.htm" onclick = "onhyperlinkclick(this)" > sort and filter< / a > data,< / li >
2020-08-12 11:25:32 +00:00
< li > change < a href = "../UsageInstructions/ChangeNumberFormat.htm" onclick = "onhyperlinkclick(this)" > the number format< / a > ,< / li >
2018-01-12 14:52:45 +00:00
< li > add or remove < a href = "../UsageInstructions/InsertDeleteCells.htm" onclick = "onhyperlinkclick(this)" > cells, rows, columns< / a > ,< / li >
2020-08-12 11:25:32 +00:00
< li > < a href = "../UsageInstructions/ClearFormatting.htm" onclick = "onhyperlinkclick(this)" > copy/clear the< / a > cell formatting,< / li >
< li > < a href = "../UsageInstructions/SortData.htm#tabletemplate" onclick = "onhyperlinkclick(this)" > apply a table template< / a > to the selected cell range.< / li >
2018-01-12 14:52:45 +00:00
< / ul >
< / div >
< / body >
2020-08-12 11:25:32 +00:00
< / html >