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

53 lines
5.3 KiB
HTML
Raw Normal View History

2016-03-11 00:48:53 +00:00
<!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">
2016-11-25 14:16:53 +00:00
<h1>Save/print<span class="onlineDocumentFeatures">/download</span> 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. <span class="onlineDocumentFeatures">If you co-edit the file in the <b>Fast</b> mode, the timer requests for updates 25 times a second and saves the changes if they have been made. When the file is being co-edited in the <b>Strict</b> mode, changes are automatically saved at 10-minute intervals. If you need, you can easily select the preferred co-editing mode or disable the <b>Autosave</b> feature on the <a href="../HelpfulHints/AdvancedSettings.htm" onclick="onhyperlinkclick(this)">Advanced Settings</a> page.</span></p>
2016-03-11 00:48:53 +00:00
<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>
2016-11-25 14:16:53 +00:00
<div class="onlineDocumentFeatures">
2016-03-11 00:48:53 +00:00
<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>
2017-08-10 10:05:49 +00:00
<li>choose one of the available formats depending on your needs: XLSX, PDF, ODS, CSV.
<p class="note"><b>Note</b>: if you select the CSV format, all features (font formatting, formulas etc.) except the plain text will not be preserved in the CSV file. If you continue saving, the <b>Choose CSV Options</b> window will open. By default, <em>Unicode (UTF-8)</em> is used as the <b>Encoding</b> type. The default <b>Delimiter</b> is <em>comma</em> (,), but the following options are also available: <em>semicolon</em> (;), <em>colon</em> (:), <em>Tab</em>, <em>Space</em> and <em>Other</em> (this option allows you to set a custom delimiter character).</p>
</li>
2016-03-11 00:48:53 +00:00
</ol>
2016-11-25 14:16:53 +00:00
</div>
2016-03-11 00:48:53 +00:00
<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>
2016-06-20 06:48:10 +00:00
<p>The <b>Print Settings</b> window will open, where you can change the default print settings. Click the <b>Show Details</b> button at the bottom of the window to display all the parameters.</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>Page Settings</b>.
2016-03-11 00:48:53 +00:00
<p><img alt="Print Settings window" src="../images/printsettingswindow.png" /></p>
<p>Here you can adjust the following parameters:</p>
<ul>
2016-06-20 06:48:10 +00:00
<li><b>Print Range</b> - specify what to print: the whole <b>Current Sheet</b>, <b>All Sheets</b> of your spreadsheet or previously selected range of cells (<b>Selection</b>),</li>
<li><b>Sheet Settings</b> - specify individual print settings for each separate sheet, if you have selected the <b>All Sheets</b> option in the <b>Print Range</b> drop-down list,</li>
<li><b>Page Size</b> - select one of the available sizes from the drop-down list,</li>
2016-03-11 00:48:53 +00:00
<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>
2016-06-20 06:48:10 +00:00
<li><b>Scaling</b> - if you do not want some columns or rows to be printed on a second page, you can shrink sheet contents to fit it on one page selecting the corresponding option: <b>Fit Sheet on One Page</b>, <b>Fit All Columns on One Page</b> or <b>Fit All Rows on One Page</b>. Leave the <b>Actual Size</b> option to print the sheet without adjusting,</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>
2016-03-11 00:48:53 +00:00
<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>
2016-11-25 14:16:53 +00:00
<p class="onlineDocumentFeatures">When the parameters are set, click the <b>Save & Print</b> button to apply the changes and close the window. After that a PDF file will be generated on the basis of the 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>
2016-03-11 00:48:53 +00:00
</div>
</body>
</html>