The F.TEST function is one of the statistical functions. It is used to return the result of an F-test, the two-tailed probability that the variances in array1 and array2 are not significantly different. Use this function to determine whether two samples have different variances.
+
The F.TEST function syntax is:
+
F.TEST(array1, array2)
+
where
+
array1 is the first range of values.
+
array2 is the second range of values.
+
The values can be entered manually or included into the cells you make reference to. Text, logical values and empty cells are ignored, cells that contain zero values are included. If the number of values in a data range is less than 2 or a variance of an array is 0, the function returns the #DIV/0! error value.
+
To apply the F.TEST function,
+
+
select the cell where you wish to display the result,
+
click the Insert function icon situated at the top toolbar,
+ or right-click within a selected cell and select the Insert Function option from the menu,
+ or click the icon situated at the formula bar,
+
+
select the Statistical function group from the list,
+
click the F.TEST function,
+
enter the required arguments separating them by commas,
+
press the Enter button.
+
+
The result will be displayed in the selected cell.
+
+
+
+
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-confint.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-confint.htm
new file mode 100644
index 000000000..39154d831
--- /dev/null
+++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-confint.htm
@@ -0,0 +1,110 @@
+
+
+
+ FORECAST.ETS.CONFINT Function
+
+
+
+
+
+
+
+
+
+
+
+
FORECAST.ETS.CONFINT Function
+
The FORECAST.ETS.CONFINT function is one of the statistical functions. It is used to return a confidence interval for the forecast value at the specified target date.
target_date is a date for which you want to predict a new value. Must be after the last date in the timeline.
+
values is a range of the historical values for which you want to predict a new point.
+
timeline is a range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).
+
confidence_level is a numeric value between 0 and 1 (exclusive) that specifies the confidence level for the calculated confidence interval. It is an optional argument. If it is omitted, the default value of 0.95 is used.
+
seasonality is a numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.
+
+
+
Numeric value
+
Behavior
+
+
+
1 or omitted
+
Seasonality is detected automatically. Positive, whole numbers are used for the length of the seasonal pattern.
+
+
+
0
+
No seasonality, the prediction will be linear.
+
+
+
an integer greater than or equal to 2
+
The specified number is used for the length of the seasonal pattern.
+
+
+
data_completion is a numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.
+
+
+
Numeric value
+
Behavior
+
+
+
1 or omitted
+
Missing points are calculated as the average of the neighbouring points.
+
+
+
0
+
Missing points are treated as zero values.
+
+
+
aggregation is a numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table below.
select the cell where you wish to display the result,
+
click the Insert function icon situated at the top toolbar,
+ or right-click within a selected cell and select the Insert Function option from the menu,
+ or click the icon situated at the formula bar,
+
+
select the Statistical function group from the list,
+
click the FORECAST.ETS.CONFINT function,
+
enter the required arguments separating them by commas,
+
press the Enter button.
+
+
The result will be displayed in the selected cell.
+
+
+
+
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-seasonality.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-seasonality.htm
new file mode 100644
index 000000000..728750b81
--- /dev/null
+++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-seasonality.htm
@@ -0,0 +1,89 @@
+
+
+
+ FORECAST.ETS.SEASONALITY Function
+
+
+
+
+
+
+
+
+
+
+
+
FORECAST.ETS.SEASONALITY Function
+
The FORECAST.ETS.SEASONALITY function is one of the statistical functions. It is used to return the length of the repetitive pattern the application detects for the specified time series.
values is a range of the historical values for which you want to predict a new point.
+
timeline is a range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).
+
data_completion is a numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.
+
+
+
Numeric value
+
Behavior
+
+
+
1 or omitted
+
Missing points are calculated as the average of the neighbouring points.
+
+
+
0
+
Missing points are treated as zero values.
+
+
+
aggregation is a numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table below.
select the cell where you wish to display the result,
+
click the Insert function icon situated at the top toolbar,
+ or right-click within a selected cell and select the Insert Function option from the menu,
+ or click the icon situated at the formula bar,
+
+
select the Statistical function group from the list,
+
click the FORECAST.ETS.SEASONALITY function,
+
enter the required arguments separating them by commas,
+
press the Enter button.
+
+
The result will be displayed in the selected cell.
+
+
+
+
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-stat.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-stat.htm
new file mode 100644
index 000000000..92fe6894d
--- /dev/null
+++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets-stat.htm
@@ -0,0 +1,147 @@
+
+
+
+ FORECAST.ETS.STAT Function
+
+
+
+
+
+
+
+
+
+
+
+
FORECAST.ETS.STAT Function
+
The FORECAST.ETS.STAT function is one of the statistical functions. It is used to return a statistical value as a result of time series forecasting. Statistic type indicates which statistic is requested by this function.
values is a range of the historical values for which you want to predict a new point.
+
timeline is a range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).
+
statistic_type is a numeric value between 1 and 8 that specifies which statistic will be returned. The possible values are listed in the table below.
+
+
+
Numeric value
+
Statistic
+
+
+
1
+
Alpha parameter of ETS algorithm - the base value parameter.
+
+
+
2
+
Beta parameter of ETS algorithm - the trend value parameter.
+
+
+
3
+
Gamma parameter of ETS algorithm - the seasonality value parameter.
+
+
+
4
+
MASE (mean absolute scaled error) metric - a measure of the accuracy of forecasts.
+
+
+
5
+
SMAPE (symmetric mean absolute percentage error) metric - a measure of the accuracy based on percentage errors.
+
+
+
6
+
MAE (mean absolute error) metric - a measure of the accuracy of forecasts.
+
+
+
7
+
RMSE (root mean squared error) metric - a measure of the differences between predicted and observed values.
+
+
+
8
+
Step size detected in the timeline.
+
+
+
seasonality is a numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.
+
+
+
Numeric value
+
Behavior
+
+
+
1 or omitted
+
Seasonality is detected automatically. Positive, whole numbers are used for the length of the seasonal pattern.
+
+
+
0
+
No seasonality, the prediction will be linear.
+
+
+
an integer greater than or equal to 2
+
The specified number is used for the length of the seasonal pattern.
+
+
+
data_completion is a numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.
+
+
+
Numeric value
+
Behavior
+
+
+
1 or omitted
+
Missing points are calculated as the average of the neighbouring points.
+
+
+
0
+
Missing points are treated as zero values.
+
+
+
aggregation is a numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table below.
select the cell where you wish to display the result,
+
click the Insert function icon situated at the top toolbar,
+ or right-click within a selected cell and select the Insert Function option from the menu,
+ or click the icon situated at the formula bar,
+
+
select the Statistical function group from the list,
+
click the FORECAST.ETS.STAT function,
+
enter the required arguments separating them by commas,
+
press the Enter button.
+
+
The result will be displayed in the selected cell.
+
+
+
+
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets.htm
new file mode 100644
index 000000000..4921f0874
--- /dev/null
+++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/forecast-ets.htm
@@ -0,0 +1,109 @@
+
+
+
+ FORECAST.ETS Function
+
+
+
+
+
+
+
+
+
+
+
+
FORECAST.ETS Function
+
The FORECAST.ETS function is one of the statistical functions. It is used to calculate or predict a future value based on existing (historical) values by using the AAA version of the Exponential Smoothing (ETS) algorithm.
target_date is a date for which you want to predict a new value. Must be after the last date in the timeline.
+
values is a range of the historical values for which you want to predict a new point.
+
timeline is a range of date/time values that correspond to the historical values. The timeline range must be of the same size as the values range. Date/time values must have a constant step between them (although up to 30% of missing values can be processed as specified by the data_completion argument and duplicate values can be aggregated as specified by the aggregation argument).
+
seasonality is a numeric value that specifies which method should be used to detect the seasonality. It is an optional argument. The possible values are listed in the table below.
+
+
+
Numeric value
+
Behavior
+
+
+
1 or omitted
+
Seasonality is detected automatically. Positive, whole numbers are used for the length of the seasonal pattern.
+
+
+
0
+
No seasonality, the prediction will be linear.
+
+
+
an integer greater than or equal to 2
+
The specified number is used for the length of the seasonal pattern.
+
+
+
data_completion is a numeric value that specifies how to process the missing data points in the timeline data range. It is an optional argument. The possible values are listed in the table below.
+
+
+
Numeric value
+
Behavior
+
+
+
1 or omitted
+
Missing points are calculated as the average of the neighbouring points.
+
+
+
0
+
Missing points are treated as zero values.
+
+
+
aggregation is a numeric value that specifies which function should be used to aggregate identical time values in the timeline data range. It is an optional argument. The possible values are listed in the table below.
select the cell where you wish to display the result,
+
click the Insert function icon situated at the top toolbar,
+ or right-click within a selected cell and select the Insert Function option from the menu,
+ or click the icon situated at the formula bar,
+
+
select the Statistical function group from the list,
+
click the FORECAST.ETS function,
+
enter the required arguments separating them by commas,
+
press the Enter button.
+
+
The result will be displayed in the selected cell.
+
+
+
+
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/formulatext.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/formulatext.htm
new file mode 100644
index 000000000..dad8eef08
--- /dev/null
+++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/formulatext.htm
@@ -0,0 +1,38 @@
+
+
+
+ FORMULATEXT Function
+
+
+
+
+
+
+
+
+
+
+
+
FORMULATEXT Function
+
The FORMULATEXT function is one of the lookup and reference functions. It is used to return a formula as a string (i.e. the text string that is displayed in the formula bar if you select the cell that contains the formula).
+
The FORMULATEXT function syntax is:
+
FORMULATEXT(reference)
+
where reference is a reference to a single cell or a range of cells.
+
If the referenced cell range contains more than one formula, the FORMULATEXT function returns the value from the upper left cell of this range. If the referenced cell does not contain a formula, the FORMULATEXT function returns the N/A error value.
+
To apply the FORMULATEXT function,
+
+
select the cell where you wish to display the result,
+
click the Insert function icon situated at the top toolbar,
+ or right-click within a selected cell and select the Insert Function option from the menu,
+ or click the icon situated at the formula bar,
+
+
select the Lookup and Reference function group from the list,
+
click the FORMULATEXT function,
+
enter the required argument,
+
press the Enter button.
+
+
The result will be displayed in the selected cell.
+
+
+
+
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/ifs.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/ifs.htm
new file mode 100644
index 000000000..a18a641be
--- /dev/null
+++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/ifs.htm
@@ -0,0 +1,43 @@
+
+
+
+ IFS Function
+
+
+
+
+
+
+
+
+
+
+
+
IFS Function
+
The IFS function is one of the logical functions. It checks whether one or more conditions are met and returns a value that corresponds to the first TRUE condition.
logical_test1 is the first condition to be evaluated to TRUE or FALSE.
+
value_if_true1 is the value that returns if the logical_test1 is TRUE.
+
logical_test2, value_if_true2, ... are additional conditions and values to return. These arguments are optional. You can check up to 127 conditions.
+
The values can be entered manually or included into the cell you make reference to.
+
To apply the IFS function,
+
+
select the cell where you wish to display the result,
+
click the Insert function icon situated at the top toolbar,
+ or right-click within a selected cell and select the Insert Function option from the menu,
+ or click the icon situated at the formula bar,
+
+
select the Logical function group from the list,
+
click the IFS function,
+
enter the required arguments separating them by commas,
+
press the Enter button.
+
+
The result will be displayed in the selected cell.
+
For example:
+
There are the following arguments: logical_test1 = A1<100, value_if_true1 = 1, logical_test2 = A1>100, value_if_true2 = 2, where A1 is 120. The second logical expression is TRUE. So the function returns 2.
+
+
+
+
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/resources/help/en/Functions/pduration.htm b/apps/spreadsheeteditor/main/resources/help/en/Functions/pduration.htm
new file mode 100644
index 000000000..c77b1a390
--- /dev/null
+++ b/apps/spreadsheeteditor/main/resources/help/en/Functions/pduration.htm
@@ -0,0 +1,44 @@
+
+
+
+ PDURATION Function
+
+
+
+
+
+
+
+
+
+
+
+
PDURATION Function
+
The PDURATION function is one of the financial functions. It is used to calculate the number of periods required by an investment to reach a specified value.
+
The PDURATION function syntax is:
+
PDURATION(rate, pv, fv)
+
where
+
rate is the interest rate per period.
+
pv is the present value of the investment.
+
fv is the desired future value of the investment.
+
+
Note: all arguments must be represented by positive numbers.
+
The values can be entered manually or included into the cell you make reference to.
+
To apply the PDURATION function,
+
+
select the cell where you wish to display the result,
+
+ click the Insert function icon situated at the top toolbar,
+ or right-click within a selected cell and select the Insert Function option from the menu,
+ or click the icon situated at the formula bar,
+
+
select the Financial function group from the list,
+
click the PDURATION function,
+
enter the required arguments separating them by commas,
+
press the Enter button.
+
+
The result will be displayed in the selected cell.
+
+
+
+
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm
index d62c991db..4d4eff774 100644
--- a/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm
+++ b/apps/spreadsheeteditor/main/resources/help/en/HelpfulHints/CollaborativeEditing.htm
@@ -24,17 +24,19 @@
Co-editing
-
Spreadsheet Editor allows to select one of the two available co-editing modes. Fast is used by default and shows the changes made by other users in realtime. Strict is selected to hide other user changes until you click the Save icon to save your own changes and accept the changes made by others. The mode can be selected in the Advanced Settings.
-
When a document is being edited by several users simultaneously in the Strict mode, the edited cells as well as the tab of the sheet where these cells are situated are marked with dashed lines of different colors. By hovering the mouse cursor over one of the edited cells, the name of the user who is editing it at the moment is displayed. The Fast mode will show the actions and the names of the co-editors once they are editing the text.
-
The number of users who are working at the current document is specified on the right side of the editor header - . If you want to see who exactly are editing the file now, you can click this icon or open the Chat panel with the full list of the users.
-
When no users are viewing or editing the file, the icon in the editor header will look like allowing you to manage the users who have access to the file right from the document: invite new users giving them either full or read-only access, or deny some users access rights to the file. Click this icon to manage the access to the file; this can be done both when there are no other users who view or co-edit the document at the moment and when there are other users and the icon looks like .
+
Spreadsheet Editor allows to select one of the two available co-editing modes. Fast is used by default and shows the changes made by other users in realtime. Strict is selected to hide other user changes until you click the Save icon to save your own changes and accept the changes made by others. The mode can be selected in the Advanced Settings. It's also possible to choose the necessary mode using the Co-editing Mode icon at the Collaboration tab of the top toolbar:
+
+
When a spreadsheet is being edited by several users simultaneously in the Strict mode, the edited cells as well as the tab of the sheet where these cells are situated are marked with dashed lines of different colors. By hovering the mouse cursor over one of the edited cells, the name of the user who is editing it at the moment is displayed. The Fast mode will show the actions and the names of the co-editors once they are editing the text.
+
The number of users who are working at the current spreadsheet is specified on the right side of the editor header - . If you want to see who exactly are editing the file now, you can click this icon or open the Chat panel with the full list of the users.
+
When no users are viewing or editing the file, the icon in the editor header will look like allowing you to manage the users who have access to the file right from the spreadsheet: invite new users giving them either full or read-only access, or deny some users access rights to the file. Click this icon to manage the access to the file; this can be done both when there are no other users who view or co-edit the spreadsheet at the moment and when there are other users and the icon looks like . It's also possible to set access rights using the Sharing icon at the Collaboration tab of the top toolbar.
As soon as one of the users saves his/her changes by clicking the icon, the others will see a note in the upper left corner stating that they have updates. To save the changes you made, so that other users can view them, and get the updates saved by your co-editors, click the icon in the left upper corner of the top toolbar.
Chat
-
You can use this tool to coordinate the co-editing process on-the-fly, for example, to arrange with your collaborators about who is doing what, which paragraph you are going to edit now etc.
-
The chat messages are stored during one session only. To discuss the document content it is better to use comments which are stored until you decide to delete them.
+
You can use this tool to coordinate the co-editing process on-the-fly, for example, to arrange with your collaborators about who is doing what, which part of the spreadsheet you are going to edit now etc.
+
The chat messages are stored during one session only. To discuss the spreadsheet content it is better to use comments which are stored until you decide to delete them.
To access the chat and leave a message for other users,
-
click the icon at the left sidebar,
+
click the icon at the left sidebar, or
+ switch to the Collaboration tab of the top toolbar and click the Chat button,
enter your text into the corresponding field below,
press the Send button.
@@ -45,7 +47,7 @@
To leave a comment,
select a cell where you think there is an error or problem,
-
switch to the Insert tab of the top toolbar and click the Comment button, or
+
switch to the Insert or Collaboration tab of the top toolbar and click the Comment button, or
use the icon at the left sidebar to open the Comments panel and click the Add Comment to Document link, or
right-click within the selected cell and select the Add Сomment option from the menu,
emphasize certain rows/columns applying a specific formatting to them,
+
choose one of the predefined tables styles.
+
+
+
+
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm
index 207b0b651..6be16ebeb 100644
--- a/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm
+++ b/apps/spreadsheeteditor/main/resources/help/en/ProgramInterface/PluginsTab.htm
@@ -14,8 +14,9 @@
Plugins tab
-
The Plugins tab allows to access advanced editing features using available third-party components.
+
The Plugins tab allows to access advanced editing features using available third-party components. Here you can also use macros to simplify routine operations.
+
The Macros button allows to open the window where you can create your own macros and run them. To learn more about macros you can refer to our API Documentation.
Currently, the following plugins are available:
ClipArt allows to add images from the clipart collection into your spreadsheet,
Editor header displays the logo, menu tabs, spreadsheet name as well as two icons on the right that allow to set access rights and return to the Documents list.
-
Top toolbar displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: File, Home, Insert, Plugins.
+
Top toolbar displays a set of editing commands depending on the selected menu tab. Currently, the following tabs are available: File, Home, Insert, Pivot Table, Collaboration, Plugins.
The Print, Save, Copy, Paste, Undo and Redo options are always available at the left part of the Top toolbar regardless of the selected tab.
for the Number format, you can set the number of Decimal points, specify if you want to Use 1000 separator or not and choose one of the available Formats for displaying negative values.
for the Scientific and Persentage formats, you can set the number of Decimal points.
for the Accounting and Currency formats, you can set the number of Decimal points, choose one of the available currency Symbols and one of the available Formats for displaying negative values.
-
for the Date format, you can select one of the available date formats: 4/15, 4/15/06, 04/15/06, 4/15/2006, 4/15/06 0:00, 4/15/06 12:00 AM, A, April 15 2006, 15-Apr, 15-Apr-06, Apr-06, April-06, A-06, 15 Apr 2006, 15/Apr, 15/Apr/06, Apr/06, April/06, A/06, 15/Apr/2006, 15 Apr, 15 Apr 06, Apr 06, April 06, A 06, 15 Apr 2006.
+
for the Date format, you can select one of the available date formats: 4/15, 4/15/06, 04/15/06, 4/15/2006, 4/15/06 0:00, 4/15/06 12:00 AM, A, April 15 2006, 15-Apr, 15-Apr-06, Apr-06, April-06, A-06, 06-Apr, 15-Apr-2006, 2006-Apr-15, 06-Apr-15, 15/Apr, 15/Apr/06, Apr/06, April/06, A/06, 06/Apr, 15/Apr/2006, 2006/Apr/15, 06/Apr/15, 15 Apr, 15 Apr 06, Apr 06, April 06, A 06, 06 Apr, 15 Apr 2006, 2006 Apr 15, 06 Apr 15, 06/4/15, 06/04/15, 2006/4/15.
for the Time format, you can select one of the available time formats: 12:48:58 PM, 12:48, 12:48 PM, 12:48:58, 48:57.6, 36:48:58.
for the Fraction format, you can select one of the available formats: Up to one digit (1/3), Up to two digits (12/25), Up to three digits (131/135), As halves (1/2), As fourths (2/4), As eighths (4/8), As sixteenths (8/16), As tenths (5/10) , As hundredths (50/100).
Is used to make the text underlined with the line going under the letters.
-
+
+
Strikeout
+
+
Is used to make the text struck out with the line going through the letters.
+
+
+
Subscript/Superscript
+
+
Allows to choose the Superscript or Subscript option. The Superscript option is used to make the text smaller and place it to the upper part of the text line, e.g. as in fractions. The Subscript option is used to make the text smaller and place it to the lower part of the text line, e.g. as in chemical formulas.
+
+
Font color
Is used to change the color of the letters/characters in cells.
To edit the chart Title, select the default text with the mouse and type in your own one instead.
To change the font formatting within text elements, such as the chart title, axes titles, legend entries, data labels etc., select the necessary text element by left-clicking it. Then use icons at the Home tab of the top toolbar to change the font type, style, size, or color.
To delete a chart element, select it by left-clicking and press the Delete key on the keyboard.
-
You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button until a blue dashed box appears. Drag the cursor without releasing the mouse button to change the 3D chart orientation.
+
You can also rotate 3D charts using the mouse. Left-click within the plot area and hold the mouse button. Drag the cursor without releasing the mouse button to change the 3D chart orientation.
When the chart is selected, the Shape settings icon is also available on the right, since a shape is used as a background for the chart. You can click this icon to open the Shape Settings tab at the right sidebar and adjust the shape Fill and Stroke. Note that you cannot change the shape type.
in the Replace Image section click the button you need: From File or From URL and select the desired image.
The selected image will be replaced.
+
When the image is selected, the Shape settings icon is also available on the right. You can click this icon to open the Shape settings tab at the right sidebar and adjust the shape Stroke type, size and color as well as change the shape type selecting another shape from the Change Autoshape menu. The shape of the image will change correspondingly.
+
To change its advanced settings, click the image with the right mouse button and select the Image Advanced Settings option from the right-click menu or just click the Show advanced settings link at the right sidebar. The image properties window will open:
The Alternative Text tab allows to specify a Title and Description which will be read to the people with vision or cognitive impairments to help them better understand what information there is in the image.
You can change the appearance of existing pivot tables in a spreadsheet using the editing tools available at the Pivot Table tab of the top toolbar.
+
Select at least one cell within the pivot table with the mouse to activate the editing tools at the top toolbar.
+
+
The Select button allows to select the entire pivot table.
+
The rows and columns options allow you to emphasize certain rows/columns applying a specific formatting to them, or highlight different rows/columns with the different background colors to clearly distinguish them. The following options are available:
+
+
Row Headers - allows to highlight the row headers with a special formatting.
+
Column Headers - allows to highlight the column headers with a special formatting.
+
Banded Rows - enables the background color alternation for odd and even rows.
+
Banded Columns - enables the background color alternation for odd and even columns.
+
+
+ The template list allows you to choose one of the predefined pivot table styles. Each template combines certain formatting parameters, such as a background color, border style, row/column banding etc.
+ Depending on the options checked for rows and columns, the templates set will be displayed differently. For example, if you've checked the Row Headers and Banded Columns options, the displayed templates list will include only templates with the row headers highlighted and banded columns enabled.
+
+
+
+
\ No newline at end of file
diff --git a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SortData.htm b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SortData.htm
index 7736f9b1e..ff1f30e2a 100644
--- a/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SortData.htm
+++ b/apps/spreadsheeteditor/main/resources/help/en/UsageInstructions/SortData.htm
@@ -150,6 +150,8 @@
The template will be applied to the selected range of cells and you will be able to edit the table headers and apply the filter to work with your data.
Note: once you create a new formatted table, a default name (Table1, Table2 etc.) will be automatically assigned to the table. You can change this name making it more meaningful and use it for further work.
+
If you enter a new value in a cell below the table last row (if the table does not have the Total row) or in a cell to the right of the table last column, the formatted table will be automatically extended to include a new row or column. If you do not want to expand the table, click the button that appears and select the Undo table autoexpansion option. Once you undo this action, the Redo table autoexpansion option will be available in this menu.
+
Some of the table settings can be altered using the Table settings tab of the right sidebar that opens if you select at least one cell within the table with the mouse and click the Table settings icon on the right.
The Rows and Columns sections on the top allow you to emphasize certain rows/columns applying a specific formatting to them, or highlight different rows/columns with the different background colors to clearly distinguish them. The following options are available:
@@ -167,6 +169,8 @@
Depending on the options checked in the Rows and/or Columns sections above, the templates set will be displayed differently. For example, if you've checked the Header option in the Rows section and the Banded option in the Columns section, the displayed templates list will include only templates with the header row and banded columns enabled:
+
If you want to clear the current table style (background color, borders etc.) without removing the table itself, apply the None template from the template list:
+
The Resize table section allows you to change the cell range the table formatting is applied to. Click the Select Data button - a new pop-up window will open. Change the link to the cell range in the entry field or select the necessary cell range on the worksheet with the mouse and click the OK button.
The Rows & Columns section allows you to perform the following operations: