web-apps/apps/spreadsheeteditor/main/resources/help/it/HelpfulHints/About.htm
Julia Radzhabova ef1fc5d703 Update help
2022-07-11 14:36:26 +03:00

23 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>About Spreadsheet Editor</title>
<meta charset="utf-8" />
<meta name="description" content="The short description of Spreadsheet Editor" />
<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="Search" type="text" onkeypress="doSearch(event)">
</div>
<h1>About Spreadsheet Editor</h1>
<p><a href="https://www.onlyoffice.com/it/spreadsheet-editor.aspx"><b>Spreadsheet Editor</b></a> is an <span class="onlineDocumentFeatures">online</span> application that lets you edit your spreadsheets<span class="onlineDocumentFeatures"> directly in your browser</span>.</p>
<p>Using <b>Spreadsheet Editor</b>, you can perform various editing operations like in any desktop editor, print the edited spreadsheets keeping all the formatting details or download them onto your computer hard disk drive as XLSX, PDF, ODS, CSV, XLTX, PDF/A, OTS file.</p>
<p><span class="onlineDocumentFeatures">To view the current software version and licensor details in the <em>online version</em>, click the <span class="icon icon-about"></span> icon at the left sidebar.</span> <span class="desktopDocumentFeatures"> To view the current software version and licensor details in the <em>desktop version</em>, select the <b>About</b> menu item at the left sidebar of the main program window.</span></p>
</div>
</body>
</html>