init repo
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>About ONLYOFFICE™ Spreadsheet Editor</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The short description of ONLYOFFICE™ Spreadsheet Editor" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>About ONLYOFFICE™ Spreadsheet Editor</h1>
|
||||
<p><b>ONLYOFFICE™ Spreadsheet Editor</b> is an online application that lets you edit your spreadsheets directly on the ONLYOFFICE™ portal.</p>
|
||||
<p>Using <b>ONLYOFFICE™ 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, ODS, CSV, or HTML file.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Advanced Settings of ONLYOFFICE™ Spreadsheet Editor</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The advanced settings of ONLYOFFICE™ Spreadsheet Editor" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Advanced Settings of ONLYOFFICE™ Spreadsheet Editor</h1>
|
||||
<p><b>ONLYOFFICE™ Spreadsheet Editor</b> lets you change its advanced settings. To access them, click the <b>File</b> <img alt="File icon" src="../images/file.png" /> icon at the left sidebar and select the <b>Advanced Settings...</b> option. You can also use the <img alt="Advanced Settings icon" src="../images/advanced_settings_icon.png" /> icon in the right upper corner of the top toolbar.</p>
|
||||
<p>The advanced settings are:</p>
|
||||
<ul>
|
||||
<li><b>Live Commenting</b> is used to turn on/off the live commenting option. If you disable this feature, the commented passages will be highlighted only if you click the <b>Comments</b> <img alt="Comments icon" src="../images/commentsicon.png" /> icon.</li>
|
||||
<li><b>Default Zoom Value</b> is used to set the default zoom value selecting it in the list of available options from 50% to 200%.</li>
|
||||
<li><b>Font Hinting</b> is used to select the type a font is displayed in ONLYOFFICE™ Spreadsheet Editor:
|
||||
<ul>
|
||||
<li>Choose <b>As Windows</b> if you like the way fonts are usually displayed on Windows, i.e. using Windows font hinting.</li>
|
||||
<li>Choose <b>As OS X</b> if you like the way fonts are usually displayed on a Mac, i.e. without any font hinting at all.</li>
|
||||
<li>Choose <b>Native</b> if you want your text to be displayed with the hinting embedded into font files.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Autosave</b> is used to specify how frequently the changes you make while editing are automatically saved.
|
||||
<ul>
|
||||
<li>Select one of the available time intervals: <b>Every 10 Minutes</b>, <b>Every 30 Minutes</b> or <b>Every Hour</b>.</li>
|
||||
<li>Select the <b>Disabled</b> option, if you don't want the <b>ONLYOFFICE™ Spreadsheet Editor</b> to save changes automatically.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><b>Unit of Measurement</b> is used to specify what units are used for measuring elements parameters such as width, height, spacing, margins etc. You can select the <b>Centimeter</b> or <b>Point</b> option.</li>
|
||||
</ul>
|
||||
<p>To save the changes you made, click the <b>Apply</b> button.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,54 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Collaborative Spreadsheet Editing</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="Tips on collaborative editing" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Collaborative Spreadsheet Editing</h1>
|
||||
<p><b>ONLYOFFICE™ Spreadsheet Editor</b> offers you the possibility to work at a spreadsheet collaboratively with other users. This feature includes:</p>
|
||||
<ul>
|
||||
<li>simultaneous multi-user access to the edited spreadsheet</li>
|
||||
<li>visual indication of cells that are being edited by other users</li>
|
||||
<li>synchronization of changes with one button click</li>
|
||||
<li>chat to share ideas concerning particular spreadsheet parts</li>
|
||||
<li>comments containing the description of a task or problem that should be solved</li>
|
||||
</ul>
|
||||
<h3>Co-editing</h3>
|
||||
<p>When a spreadsheet is being edited by several users simultaneously, the edited cells as well as the tab of the sheet where these cells are situated are marked with dashed lines of different colors. Hover the mouse cursor over one of the edited cells to display the name of the user who is editing it at the moment. The number of users who are working at the current document is specified in the right lower corner at the bottom bar - <img alt="Number of users icon" src="../images/usersnumber.png" />.</p>
|
||||
<p>As soon as one of the users saves his/her changes, the others will see a note in the upper left corner stating that they have updates. To save the changes made and get the updates, click the <img alt="Save icon" src="../images/saveupdate.png" /> icon in the left upper corner of the top toolbar.</p>
|
||||
<h3>Chat</h3>
|
||||
<p>To access the chat and leave a message for other users,</p>
|
||||
<ol>
|
||||
<li>click the <img alt="Chat icon" src="../images/chaticon.png" /> icon at the left sidebar,</li>
|
||||
<li>enter your text into the corresponding field below,</li>
|
||||
<li>press the <b>Send</b> button.</li>
|
||||
</ol>
|
||||
<p>All the messages left by users will be displayed on the panel on the left. If there are new messages you haven't read yet, the chat icon will look like this - <img alt="Chat icon" src="../images/chaticon_new.png" />.</p>
|
||||
<p>To close the panel with chat messages, click the <img alt="Chat icon" src="../images/chaticon.png" /> icon once again.</p>
|
||||
<h3>Comments</h3>
|
||||
<p>To leave a comment,</p>
|
||||
<ol>
|
||||
<li>select a cell where you think there is an error or problem,</li>
|
||||
<li>use the <img alt="Comments icon" src="../images/commentsicon.png" /> icon at the left sidebar to open the <b>Comments</b> panel and click the <b>Add Comment to Document</b> link, or<br />
|
||||
right-click within the selected cell and select the <b>Add Сomment</b> option from the menu,
|
||||
</li>
|
||||
<li>enter the needed text,</li>
|
||||
<li>click the <b>Add Comment</b>/<b>Add</b> button.</li>
|
||||
</ol>
|
||||
<p>The comment will be seen on the panel on the left. The orange triangle will appear in the upper right corner of the cell you commented. If you need to disable this feature, click the <img alt="File icon" src="../images/file.png" /> icon, select the <b>Advanced Settings...</b> option and uncheck the <b>Turn on live commenting option</b> box. In this case the commented cells will be marked only if you click the <img alt="Comments icon" src="../images/commentsicon.png" /> icon.</p>
|
||||
<p>To view the comment, just click within the cell. You or any other user can answer to the added comment asking questions or reporting on the work he/she has done. For this purpose, use the <b>Add Reply</b> link.</p>
|
||||
<p>You can manage the comments you added in the following way:</p>
|
||||
<ul>
|
||||
<li>edit them by clicking the <img alt="Edit icon" src="../images/editcommenticon.png" /> icon,</li>
|
||||
<li>delete them by clicking the <img alt="Delete icon" src="../images/deletecommenticon.png" /> icon,</li>
|
||||
<li>close the discussion by clicking the <b>Resolve</b> link if the task or problem you stated in your comment was solved, after that the discussion you opened with your comment gets the resolved status. To open it again, click the <b>Resolved</b> caption next to it and select the <b>Open Again</b> option.</li>
|
||||
</ul>
|
||||
<p>New comments added by other users will become visible only after you click the <img alt="Save icon" src="../images/saveupdate.png" /> icon in the left upper corner of the top toolbar.</p>
|
||||
<p>To close the panel with comments, click the <img alt="Comments icon" src="../images/commentsicon.png" /> icon once again.</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,267 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Keyboard Shortcuts</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The keyboard shortcut list used for a faster and easier access to the features of ONLYOFFICE™ Spreadsheet Editor using the keyboard." />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Keyboard Shortcuts</h1>
|
||||
<table>
|
||||
<tr>
|
||||
<th colspan="3">Working with Spreadsheet</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="function">Open 'File' panel</td>
|
||||
<td class="combination">Alt+F</td>
|
||||
<td class="description">Open the <b>File</b> panel to save, download, print the current spreadsheet, view its info, create a new spreadsheet or open an existing one, access ONLYOFFICE™ Spreadsheet Editor help or advanced settings.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Open 'Search' window</td>
|
||||
<td>Ctrl+F</td>
|
||||
<td>Open the <b>Search</b> window to start searching for a cell containing the characters you need.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Open 'Chat' panel</td>
|
||||
<td>Ctrl+Alt+Q</td>
|
||||
<td>Open the <b>Chat</b> panel and send a message.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Save spreadsheet</td>
|
||||
<td>Ctrl+S</td>
|
||||
<td>Save all the changes to the spreadsheet currently edited with ONLYOFFICE™ Spreadsheet Editor.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Print spreadsheet</td>
|
||||
<td>Ctrl+P</td>
|
||||
<td>Print your spreadsheet with one of the available printers or save it to a file.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Download as</td>
|
||||
<td>Ctrl+Shift+S</td>
|
||||
<td>Open the <b>Download as</b> pane to save the currently viewed spreadsheet to the computer hard disk drive in one of the supported formats: XLSX, ODS, CSV, HTML.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Full screen</td>
|
||||
<td>F11</td>
|
||||
<td>Switch to the full screen view to fit ONLYOFFICE™ Spreadsheet Editor into your screen.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Navigation</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jump to the beginning of the row</td>
|
||||
<td>Home</td>
|
||||
<td>Outline the A column of the current row.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jump to the beginning of the spreadsheet</td>
|
||||
<td>Ctrl+Home</td>
|
||||
<td>Outline the A1 cell.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jump to the end of the row</td>
|
||||
<td>End</td>
|
||||
<td>Outline the last cell of the current row.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Jump to the end of the spreadsheet</td>
|
||||
<td>Ctrl+End</td>
|
||||
<td>Outline the bottom right cell of your spreadsheet.</td>
|
||||
</tr>
|
||||
<!--<tr>
|
||||
<td>Scroll down</td>
|
||||
<td>PgDn</td>
|
||||
<td>Scroll the spreadsheet one screan down.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Scroll up</td>
|
||||
<td>PgUp</td>
|
||||
<td>Scroll the spreadsheet one screan up.</td>
|
||||
</tr>-->
|
||||
<tr>
|
||||
<td>Move to the previous sheet</td>
|
||||
<td>Alt+PgUp</td>
|
||||
<td>Move to the previous sheet in your spreadsheet.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move to the next sheet</td>
|
||||
<td>Alt+PgDn</td>
|
||||
<td>Move to the next sheet in your spreadsheet.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move up one row</td>
|
||||
<td>Up Arrow</td>
|
||||
<td>Outline the cell above the current one in the same column.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move down one row</td>
|
||||
<td>Down Arrow</td>
|
||||
<td>Outline the cell below the current one in the same column.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move left one column</td>
|
||||
<td>Left Arrow, or <br />Tab</td>
|
||||
<td>Outline the previous cell of the current row.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Move right one column</td>
|
||||
<td>Right Arrow, or <br />Tab+Shift</td>
|
||||
<td>Outline the next cell of the current row.</td>
|
||||
</tr>
|
||||
<!--<tr>
|
||||
<td>Zoom In</td>
|
||||
<td>Ctrl++</td>
|
||||
<td>Zoom in the currently viewed spreadsheet.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Zoom Out</td>
|
||||
<td>Ctrl+-</td>
|
||||
<td>Zoom out the currently viewed spreadsheet.</td>
|
||||
</tr>-->
|
||||
<tr>
|
||||
|
||||
<th colspan="3">Data Selection</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select all</td>
|
||||
<td>Ctrl+A, or <br />Ctrl+Shift+Spacebar</td>
|
||||
<td>Select the entire worksheet.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select column</td>
|
||||
<td>Ctrl+Spacebar</td>
|
||||
<td>Select an entire column in a worksheet.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select row</td>
|
||||
<td>Shift+Spacebar</td>
|
||||
<td>Select an entire row in a worksheet.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select fragment</td>
|
||||
<td>Shift+Arrow</td>
|
||||
<td>Select the cell by cell.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select from cursor to beginning of row</td>
|
||||
<td>Shift+Home</td>
|
||||
<td>Select a fragment from the cursor to the beginning of the current row.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Select from cursor to end of row</td>
|
||||
<td>Shift+End</td>
|
||||
<td>Select a fragment from the cursor to the end of the current row.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Extend the selection</td>
|
||||
<td>Ctrl+Shift+Home</td>
|
||||
<td>Select a fragment from the current selected cells to the beginning of the worksheet.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Undo and Redo</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Undo</td>
|
||||
<td>Ctrl+Z</td>
|
||||
<td>Reverse the latest performed action.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Redo</td>
|
||||
<td>Ctrl+Y</td>
|
||||
<td>Repeat the latest undone action.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Cut, Copy, and Paste</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cut</td>
|
||||
<td>Ctrl+X</td>
|
||||
<td>Cut the the selected data and send them to the computer clipboard memory. The cut data can be later inserted to another place in the same worksheet, into another spreadsheet, or into some other program.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Copy</td>
|
||||
<td>Ctrl+C</td>
|
||||
<td>Send the selected data to the computer clipboard memory. The copied data can be later inserted to another place in the same worksheet, into another spreadsheet, or into some other program.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Paste</td>
|
||||
<td>Ctrl+V</td>
|
||||
<td>Insert the previously copied/cut data from the computer clipboard memory to the current cursor position. The data can be previously copied from the same worksheet, from another spreadsheet, or from some other program.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Data Formatting</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Bold</td>
|
||||
<td>Ctrl+B</td>
|
||||
<td>Make the font of the selected text fragment bold giving it more weight or remove bold formatting.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Italic</td>
|
||||
<td>Ctrl+I</td>
|
||||
<td>Make the font of the selected text fragment italicized giving it some right side tilt or remove italic formatting.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Underline</td>
|
||||
<td>Ctrl+U</td>
|
||||
<td>Make the selected text fragment underlined with the line going under the letters or remove underlining.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Add Hyperlink</td>
|
||||
<td>Ctrl+K</td>
|
||||
<td>Insert a hyperlink to an external website or another worksheet.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Data Entry</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Complete cell entry and move down</td>
|
||||
<td>Enter</td>
|
||||
<td>Complete a cell entry in the selected cell or the formula bar, and move to the cell below.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Complete cell entry and move up</td>
|
||||
<td>Shift+Enter</td>
|
||||
<td>Complete a cell entry in the selected cell, and move to the cell above.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Start new line</td>
|
||||
<td>Alt+Enter</td>
|
||||
<td>Start a new line in the same cell.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Cancel</td>
|
||||
<td>Esc</td>
|
||||
<td>Cancel an entry in the selected cell or the formula bar.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Delete to the left</td>
|
||||
<td>BACKSPACE</td>
|
||||
<td>Delete one character to the left in the formula bar or in the selected cell when the cell editing mode is activated.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Delete to the right</td>
|
||||
<td>Delete</td>
|
||||
<td>Delete one character to the right in the formula bar or in the selected cell when the cell editing mode is activated.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Clear cell content</td>
|
||||
<td>Delete</td>
|
||||
<td>Remove the content (data and formulas) from selected cells without affecting cell format or comments.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3">Functions</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>SUM function</td>
|
||||
<td>Alt+'='</td>
|
||||
<td>Insert the <b>SUM</b> function into the selected cell.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>View Settings and Navigation Tools</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The description of view settings and navigation tools: sheet navigation buttons, sheet tabs, scrollbars, zoom." />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>View Settings and Navigation Tools</h1>
|
||||
<p>To help you view and select cells in a large spreadsheet <b>ONLYOFFICE™ Spreadsheet Editor</b> offers several tools: adjustable bars, scrollbars, sheet navigation buttons, sheet tabs and zoom.</p>
|
||||
<h3>Adjust the View Settings</h3>
|
||||
<p>To adjust default view settings and set the most convenient mode to work with the spreadsheet, click the <b>View Settings</b> <img alt="View Settings icon" src="../images/ViewSettingsIcon.png" /> icon at the upper right corner of the top toolbar and select which interface elements you want to be hidden or shown.
|
||||
You can select the following options from the <b>View Settings</b> drop-down list:
|
||||
</p>
|
||||
<ul>
|
||||
<li><b>View Compact Toolbar</b> - enables a compact toolbar mode that provides access to basic features. To view the default toolbar click this option once again.</li>
|
||||
<li><b>Hide Title Bar</b> - hides the topmost bar where the spreadsheet name and the <b>Go to Documents</b> option are displayed. To show the hidden <b>Title Bar</b> click this option once again.</li>
|
||||
<li><b>Hide Formula Bar</b> - hides the bar situated below the top toolbar and used to enter and review the formula and its content. To show the hidden <b>Formula Bar</b> click this option once again.</li>
|
||||
<li><b>Hide Headings</b> - hides the column heading at the top and row heading at the left of the worksheet. To show the hidden <b>Headings</b> click this option once again.</li>
|
||||
<li><b>Hide Gridlines</b> - hides the lines that appear around the cells. To show the hidden <b>Gridlines</b> click this option once again.</li>
|
||||
</ul>
|
||||
<p>You can also change the size of the opened <b>Comments</b> or <b>Chat</b> panel using the simple drag-and-drop: move the mouse cursor over the left sidebar border so that it turns into the bidirectional arrow and drag the border to the right to extend the sidebar width. To restore its original width move the border to the left.</p>
|
||||
<h3>Use the Navigation Tools</h3>
|
||||
<p>To navigate through your spreadsheet, use the following tools:</p>
|
||||
<p>The <b>Scrollbars</b> (on the bottom or right side) are used to scroll up/down and left/right the current sheet. To navigate a spreadsheet using the scrollbars:</p>
|
||||
<ul>
|
||||
<li>click the up/down or right/left arrows on the scrollbars;</li>
|
||||
<li>drag the scroll box;</li>
|
||||
<li>click any area to the left/right or above/below the scroll box on the scrollbar.</li>
|
||||
</ul>
|
||||
<p>You can also use the <b>mouse scroll wheel</b> to scroll your spreadsheet up or down.</p>
|
||||
<p>The <b>Sheet Navigation</b> buttons are situated in the left lower corner and are used to switch between the sheets in the current spreadsheet.</p>
|
||||
<ul>
|
||||
<li>click the <b>First Sheet</b> <img alt="First Sheet button" src="../images/firstsheet.png" /> button to activate the first sheet of the current spreadsheet;</li>
|
||||
<li>click the <b>Previous Sheet</b> <img alt="Previous Sheet button" src="../images/previoussheet.png" /> button to move to the previous sheet in the current spreadsheet;</li>
|
||||
<li>click the <b>Next Sheet</b> <img alt="Next Sheet button" src="../images/nextsheet.png" /> button to move to the next sheet in the current spreadsheet;</li>
|
||||
<li>click the <b>Last Sheet</b> <img alt="Last Sheet button" src="../images/lastsheet.png" /> button to activate the last sheet of the current spreadsheet.</li>
|
||||
</ul>
|
||||
<p>You can activate an appropriate sheet by clicking its <b>Sheet Tab</b> at the bottom next to the <b>Sheet Navigation</b> buttons.</p>
|
||||
<p>The <b>Zoom</b> buttons are situated in the lower right corner and are used to zoom in and out the current sheet.
|
||||
To change the currently selected zoom value that is displayed in percent, click it and select one of the available zoom options from the list
|
||||
or use the <b>Zoom In</b> <img alt="Zoom In button" src="../images/zoomin.png" /> or <b>Zoom Out</b> <img alt="Zoom Out button" src="../images/zoomout.png" /> buttons. Zoom settings are also available in the <b>View Settings</b> <img alt="View Settings icon" src="../images/ViewSettingsIcon.png" /> drop-down list.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Search and Replace Functions</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The description of the search and replace functions in ONLYOFFICE™ Spreadsheet Editor" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Search and Replace Functions</h1>
|
||||
<p>To search for the needed characters, words or phrases used in the current spreadsheet, click the <img alt="Search icon" src="../images/searchicon.png" /> icon situated at the left sidebar.</p>
|
||||
<p>The <b>Search and Replace</b> window will open:</p>
|
||||
<img alt="Search and Replace Window" src="../images/search_window.png" />
|
||||
<ol>
|
||||
<li>Type in your inquiry into the corresponding data entry field.</li>
|
||||
<li>Specify search options checking the necessary boxes below the data entry field:
|
||||
<ul>
|
||||
<li><b>Case sensitive</b> - is used to find only the occurrences typed in the same case as your inquiry (e.g. if your inquiry is 'Editor' and this option is selected, such words as 'editor' or 'EDITOR' etc. will not be found).</li>
|
||||
<li><b>Whole words only</b> - is used to find only the occurrences that are the complete words, not parts of another word (e.g. if your inquiry is 'edit' and this option is selected, such words as 'editor' or 'editing' etc. will not be found).</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Click one of the arrow buttons on the right.
|
||||
The search will be performed either towards the beginning of the worksheet (if you click the <img alt="Search Up button" src="../images/SearchUpButton.png" /> button) or towards the end of the worksheet (if you click the <img alt="Search Down button" src="../images/SearchDownButton.png" /> button) from the current position.</li>
|
||||
</ol>
|
||||
<p>The first occurrence of the required characters in the selected direction will be highlighted. If it is not the word you are looking for, click the selected button again to find the next occurrence of the characters you entered.</p>
|
||||
<p><b>To replace</b> one or more occurrences of the found characters click the <b>Replace</b> button below the <b>Search</b> buttons. The <b>Search and Replace</b> window will change:</p>
|
||||
<img alt="Search Window" src="../images/search_replace_window.png" />
|
||||
<ol>
|
||||
<li>Type in the replacement text into the bottom data entry field.</li>
|
||||
<li>Click the <b>Replace</b> button to replace the currently selected occurrence or the <b>Replace All</b> button to replace all the found occurrences.</li>
|
||||
</ol>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,61 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Supported Formats of Spreadsheets</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="description" content="The list of spreadsheet formats supported by ONLYOFFICE™ Spreadsheet Editor" />
|
||||
<link type="text/css" rel="stylesheet" href="../editor.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="mainpart">
|
||||
<h1>Supported Formats of Spreadsheets</h1>
|
||||
<p>A <b>spreadsheet</b> is a table of data organized in rows and columns.
|
||||
It is most frequently used to store the financial information because of its ability to re-calculate the entire sheet automatically after a change to a single cell.
|
||||
<b>ONLYOFFICE™ Spreadsheet Editor</b> allows you to open, view and edit the most popular spreadsheet file formats.</p>
|
||||
<table>
|
||||
<tr>
|
||||
<td><b>Formats</b></td>
|
||||
<td><b>Description</b></td>
|
||||
<td>View</td>
|
||||
<td>Edit</td>
|
||||
<td>Download</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>XLS</td>
|
||||
<td>File extension for a spreadsheet file created by Microsoft Excel</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>XLSX</td>
|
||||
<td>Default file extension for a spreadsheet file written in Microsoft Office Excel 2007 (or later versions)</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ODS</td>
|
||||
<td>File extension for a spreadsheet file used by OpenOffice and StarOffice suites, an open standard for spreadsheets</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>CSV</td>
|
||||
<td>Comma Separated Values<br />File format used to store tabular data (numbers and text) in plain-text form</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
<td>+</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>HTML</td>
|
||||
<td>HyperText Markup Language<br />The main markup language for web pages</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>+</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user