web-apps/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/OpenCreateNew.htm

27 lines
1.6 KiB
HTML
Raw Normal View History

2016-03-11 00:48:53 +00:00
<!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>
2017-09-20 08:31:59 +00:00
<li>click the <b>File</b> tab of the top toolbar,</li>
2016-03-11 00:48:53 +00:00
<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>
2017-09-20 08:31:59 +00:00
<li>click the <b>File</b> tab of the top toolbar,</li>
2016-03-11 00:48:53 +00:00
<li>select the <b>Open Recent...</b> option,</li>
<li>choose the spreadsheet you need from the list of recently edited spreadsheets.</li>
</ol>
2017-09-20 08:31:59 +00:00
<p>To return to the list of existing spreadsheets, click the <img alt="Go to Documents" src="../images/gotodocuments.png" /> <b>Go to Documents</b> icon on the right side of the editor header. Alternatively, you can switch to the <b>File</b> tab of the top toolbar and select the <b>Go to Documents</b> option.</p>
2016-03-11 00:48:53 +00:00
</div>
</body>
</html>