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

48 lines
3.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Save/print/download your spreadsheet</title>
<meta charset="utf-8" />
<meta name="description" content="Save, print and download your spreadsheet in various formats" />
<link type="text/css" rel="stylesheet" href="../editor.css" />
<script type="text/javascript" src="../callback.js"></script>
</head>
<body>
<div class="mainpart">
<h1>Save/print/download your spreadsheet</h1>
<p>By default, <b>Spreadsheet Editor</b> automatically saves your file each 2 seconds when you work on it preventing your data loss in case of the unexpected program closing. When the file is being co-edited, changes are automatically saved at 10-minute intervals. If you need, you can easily disable the <b>Autosave</b> feature on the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a> page.</p>
<p>To save your current spreadsheet manually,</p>
<ul>
<li>click the <b>Save</b> <img alt="Save icon" src="../images/save.png" /> icon at the top toolbar, or</li>
<li>use the <b>Ctrl+S</b> key combination, or</li>
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Save</b> option.</li>
</ul>
<p>To download the resulting spreadsheet onto your computer hard disk drive,</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>Download as...</b> option,</li>
<li>choose one of the available formats depending on your needs: XLSX, ODS, CSV, HTML.</li>
</ol>
<p>To print out the current spreadsheet,</p>
<ul>
<li>click the <b>Print</b> <img alt="Print icon" src="../images/print.png" /> icon at the top toolbar, or</li>
<li>use the <b>Ctrl+P</b> key combination, or</li>
<li>click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Print</b> option.</li>
</ul>
<p>If you need to change the default print settings before printing, click the arrow next to the <b>Print</b> <img alt="Print icon" src="../images/print.png" /> icon at the top toolbar and select the <b>Print Settings</b> option. The <b>Print Settings</b> window will open:</p>
<p class="note"><b>Note</b>: you can also adjust the print settings on the <b>Advanced Settings...</b> page: click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and follow <b>Advanced Settings...</b> &gt;&gt; <b>Print</b>.
<p><img alt="Print Settings window" src="../images/printsettingswindow.png" /></p>
<p>Here you can adjust the following parameters:</p>
<ul>
<li><b>Print Range</b> - specify what to print: the whole <b>Current Sheet</b>, <b>All Scheets</b> of your spreadsheet or previously selected range of cells (<b>Selection</b>),</li>
<li><b>Page Size</b> - select one of the available sizes from the drop-down list,</li>
<li><b>Page Orientation</b> - choose the <b>Portrait</b> option if you wish to print vertically on the page, or use the <b>Landscape</b> option to print horizontally,</li>
<li><b>Margins</b> - specify the distance between the worksheet data and the edges of the printed page changing the default sizes in the <b>Top</b>, <b>Bottom</b>, <b>Left</b> and <b>Right</b> fields,</li>
<li><b>Print</b> - specify the worksheet elements to print checking the corresponding boxes: <b>Print Gridlines</b> and <b>Print Row and Column Headings</b>.</li>
</ul>
<p>When the parameters are set, click the <b>Save & Print</b> button to apply the changes and close the window, and start printing using one of the available options described above.</p>
<p>After that a PDF file will be generated on the basis of the edited spreadsheet. You can open and print it out, or save onto your computer hard disk drive or removable medium to print it out later.</p>
</div>
</body>
</html>