web-apps/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

27 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Create a new spreadsheet or open an existing one</title>
<meta charset="utf-8" />
<meta name="description" content="Create a new spreadsheet, open a recently edited one, or return to the list of existing spreadsheets" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
</head>
<body>
<div class="mainpart">
<h1>Create a new spreadsheet or open an existing one</h1>
<p>When Spreadsheet Editor is open to create a new spreadsheet:</p>
<ol>
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</li>
<li>select the <b>Create New...</b> option. <!--Here you can choose whether to create a <b>blank</b> text document or use one of the available document <b>templates</b>: contract, letter, list, or plan.--></li>
</ol>
<p>After you finished working at one spreadsheet, you can immediately proceed to an already existing spreadsheet that you have recently edited, or return to the list of existing ones.</p>
<p>To open a recently edited spreadsheet within Spreadsheet Editor,</p>
<ol>
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar,</li>
<li>select the <b>Open Recent...</b> option,</li>
<li>choose the spreadsheet you need from the list of recently edited spreadsheets.</li>
</ol>
<p>To return to the list of existing spreadsheets, click the <b>Go to Documents</b> link in the right upper corner or the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Go to Documents</b> option.</p>
</div>
</body>
</html>