Skip to content

Commit e6b543b

Browse files
Merge pull request #3981 from syncfusion-content/EJ2-1038137-Corrections
1038137: Updated content in Spreadsheet Core and MVC ug files
2 parents 69c91a8 + b987c6d commit e6b543b

13 files changed

Lines changed: 61 additions & 61 deletions

File tree

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ N> * Press `Alt + Up/Down` to open the filter dialog.
3131

3232
Use the `applyFilter()` method to apply a filter based on the specified predicate and cell range. The predicate defines the filter condition, and the range specifies the cells to which the filter is applied.
3333

34-
N> * The `beforeFilter` event will be triggered before filtering the specified range.
35-
<br/> * The `filterComplete` event will be triggered after the filter action is completed successfully.
34+
>* The `beforeFilter` event will be triggered before filtering the specified range.
35+
>* The `filterComplete` event will be triggered after the filter action is completed successfully.
3636
3737
The following code example shows `filter` functionality in the Spreadsheet control.
3838

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/formatting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,11 +273,11 @@ N>* 'GreaterThan', 'LessThan', 'Between', 'EqualTo', 'ContainsText', 'DateOccur'
273273

274274
The following preset colors can be used for formatting styles,
275275

276-
N>* `"RedFT"` - Light Red Fill with Dark Red Text,
277-
<br/>* `"YellowFT"` - Yellow Fill with Dark Yellow Text,
278-
<br/>* `"GreenFT"` - Green Fill with Dark Green Tex/t,
279-
<br/>* `"RedF"` - Red Fill,
280-
<br/>* `"RedT"` - Red Text.
276+
>* `"RedFT"` - Light Red Fill with Dark Red Text,
277+
>* `"YellowFT"` - Yellow Fill with Dark Yellow Text,
278+
>* `"GreenFT"` - Green Fill with Dark Green Text,
279+
>* `"RedF"` - Red Fill,
280+
>* `"RedT"` - Red Text.
281281
282282
### Top bottom rules
283283

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/illustrations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ N> * The default value for the [`allowChart`](https://help.syncfusion.com/cr/asp
9797

9898
The following types of charts are available in the Spreadsheet.
9999

100-
N>* Column Chart
101-
<br/>* Bar Chart
102-
<br/>* Area Chart
103-
<br/>* Line Chart
104-
<br/>* Pie Chart
105-
<br/>* Scatter Chart
100+
>* Column Chart
101+
>* Bar Chart
102+
>* Area Chart
103+
>* Line Chart
104+
>* Pie Chart
105+
>* Scatter Chart
106106
107107
### Insert Chart
108108

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/open-save.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The Spreadsheet component opens an Excel document with its data, style, format,
1818

1919
**User Interface**:
2020

21-
In the user interface, choose `File > Open` from the ribbon to open an Excel document.
21+
In the user interface, choose `File -> Open` from the ribbon to open an Excel document.
2222

2323
The following sample shows the `Open` option by using the [`openUrl`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_OpenUrl) property in the Spreadsheet control. You can also use the [`beforeOpen`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_BeforeOpen) event to trigger before opening an Excel file.
2424

@@ -41,8 +41,8 @@ Find the below table for the beforeOpen event arguments.
4141
| cancel | boolean | To prevent the open operation. |
4242
| requestData | object | To provide the Form data. |
4343

44-
N> * Use `Ctrl + O` keyboard shortcut to open Excel documents.
45-
<br/> * The default value of the [allowOpen](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowOpen) property is `true`. For demonstration purpose, the previous example explicitly configures the [allowOpen](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowOpen) property.
44+
>* Use `Ctrl + O` keyboard shortcut to open Excel documents.
45+
>* The default value of the [allowOpen](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowOpen) property is `true`. For demonstration purpose, the previous example explicitly configures the [allowOpen](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowOpen) property.
4646
4747
### Open an excel file using a file uploader
4848

@@ -400,7 +400,7 @@ The Spreadsheet component saves its data, styles, formatting, and other supporte
400400

401401
**User Interface**:
402402

403-
In the user interface, choose `File > Save As` from the ribbon to save the spreadsheet data as an excel document.
403+
In the user interface, choose `File -> Save As` from the ribbon to save the spreadsheet data as an excel document.
404404

405405
The following sample shows the `Save` option by using the [`saveUrl`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_SaveUrl) property in the Spreadsheet control. You can also use the [`beforeSave`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_BeforeSave) event to trigger before saving the Spreadsheet as an Excel file.
406406

@@ -427,9 +427,9 @@ Find the below table for the beforeSave event arguments.
427427
| needBlobData | boolean | You can get the blob data if set to true. |
428428
| cancel | boolean | To prevent the save operations. |
429429

430-
N> * Use `Ctrl + S` keyboard shortcut to save the Spreadsheet data as Excel file.
431-
<br/> * The default value of [allowSave](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowSave) property is `true`. For demonstration purpose, we have showcased the [allowSave](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowSave) property in previous code snippet.
432-
<br/> * Demo purpose only, we have used the online web service url link.
430+
>* Use `Ctrl + S` keyboard shortcut to save the Spreadsheet data as Excel file.
431+
>* The default value of [allowSave](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowSave) property is `true`. For demonstration purpose, we have showcased the [allowSave](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowSave) property in previous code snippet.
432+
>* Demo purpose only, we have used the online web service url link.
433433
434434
### Save an excel file as blob data
435435

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/searching.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ To find a value:
2727

2828
You can also use the `find()` method to perform the find operation programmatically.
2929

30-
N> The Find dialog provides the following options:
31-
<br/> * `Search within`: Searches within the current worksheet or the entire workbook. The default scope is the current worksheet.
32-
<br/> * `Search by`: Searches by rows or columns. The default direction is by rows.
33-
<br/> * `Match case`: Finds values that match the capitalization of the search value.
34-
<br/> * `Match exact cell contents`: Finds cells whose complete content exactly matches the search value.
30+
>* The Find dialog provides the following options:
31+
>* `Search within`: Searches within the current worksheet or the entire workbook. The default scope is the current worksheet.
32+
>* `Search by`: Searches by rows or columns. The default direction is by rows.
33+
>* `Match case`: Finds values that match the capitalization of the search value.
34+
>* `Match exact cell contents`: Finds cells whose complete content exactly matches the search value.
3535
* Using `find()` method to perform find operation.
3636

3737
## Replace
@@ -49,7 +49,7 @@ You can also use the `replace()` method to perform replace and replace all opera
4949

5050
## Go to
5151

52-
The Go To feature navigates to a specified cell address in a worksheet.
52+
The **Go To** feature navigates to a specified cell address in a worksheet.
5353

5454
To navigate to a cell:
5555

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/sort.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ N> * Ascending is the default sorting order.
3232

3333
When the `sort()` method is called without arguments, it sorts the selected range in ascending order using the active cell's column as the sort column.
3434

35-
N> * The `beforeSort` event will be triggered before sorting the specified range.
36-
<br/> * The `sortComplete` event will be triggered after the sort action is completed successfully.
35+
>* The `beforeSort` event will be triggered before sorting the specified range.
36+
>* The `sortComplete` event will be triggered after the sort action is completed successfully.
3737
3838
The following code example shows `sort` functionality in the Spreadsheet control.
3939

@@ -108,8 +108,8 @@ The multi-column sorting can also be performed manually by passing sort options
108108
* `containsHeader` – Boolean argument that specifies whether the range has headers in it.
109109
* `caseSensitive` – Boolean argument that specifies whether the range needs to consider case.
110110

111-
N> * All the arguments are optional.
112-
<br/> * When a `sortDescriptor` is specified without field, the field of the first `sortDescriptor` from the collection will be assigned from active cell’s column name and others will be ignored. Hence, it will act as single column sorting.
111+
>* All the arguments are optional.
112+
>* When a `sortDescriptor` is specified without field, the field of the first `sortDescriptor` from the collection will be assigned from active cell’s column name and others will be ignored. Hence, it will act as single column sorting.
113113
114114
{% tabs %}
115115
{% highlight cshtml tabtitle="CSHTML" %}

Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/cell-range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The following features have some limitations in Merge:
8989

9090
## Data Validation
9191

92-
The **Data Validation **restricts the type of data or values that users can enter into cells. Use the [allowDataValidation](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowDataValidation) property to enable or disable data validation in the Spreadsheet.
92+
The **Data Validation** restricts the type of data or values that users can enter into cells. Use the [allowDataValidation](https://help.syncfusion.com/cr/aspnetmvc-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowDataValidation) property to enable or disable data validation in the Spreadsheet.
9393

9494
N> * The default value of the `allowDataValidation` property is `true`.
9595

Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/filter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ N> * Press `Alt + Up/Down` to open the filter dialog.
3232

3333
Use the `applyFilter()` method to apply a filter based on the specified predicate and cell range. The predicate defines the filter condition, and the range specifies the cells to which the filter is applied.
3434

35-
N> * The `beforeFilter` event will be triggered before filtering the specified range.
36-
<br/> * The `filterComplete` event will be triggered after the filter action is completed successfully.
35+
>* The `beforeFilter` event will be triggered before filtering the specified range.
36+
>* The `filterComplete` event will be triggered after the filter action is completed successfully.
3737
3838
The following code example shows `filter` functionality in the Spreadsheet control.
3939

Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/formatting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -272,11 +272,11 @@ N>* 'GreaterThan', 'LessThan', 'Between', 'EqualTo', 'ContainsText', 'DateOccur'
272272

273273
The following preset colors can be used for formatting styles,
274274

275-
N>* `"RedFT"` - Light Red Fill with Dark Red Text,
276-
<br/>* `"YellowFT"` - Yellow Fill with Dark Yellow Text,
277-
<br/>* `"GreenFT"` - Green Fill with Dark Green Tex/t,
278-
<br/>* `"RedF"` - Red Fill,
279-
<br/>* `"RedT"` - Red Text.
275+
>* `"RedFT"` - Light Red Fill with Dark Red Text,
276+
>* `"YellowFT"` - Yellow Fill with Dark Yellow Text,
277+
>* `"GreenFT"` - Green Fill with Dark Green Text,
278+
>* `"RedF"` - Red Fill,
279+
>* `"RedT"` - Red Text.
280280
281281
### Top bottom rules
282282

Document-Processing/Excel/Spreadsheet/ASP-NET-MVC/illustrations.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ N> * The default value for the [`allowChart`](https://help.syncfusion.com/cr/asp
100100

101101
The following types of charts are available in the Spreadsheet.
102102

103-
N>* Column Chart
104-
<br/>* Bar Chart
105-
<br/>* Area Chart
106-
<br/>* Line Chart
107-
<br/>* Pie Chart
108-
<br/>* Scatter Chart
103+
>* Column Chart
104+
>* Bar Chart
105+
>* Area Chart
106+
>* Line Chart
107+
>* Pie Chart
108+
>* Scatter Chart
109109
110110
### Insert Chart
111111

0 commit comments

Comments
 (0)