Skip to content

Commit 2ebce3c

Browse files
committed
986040: Need to include "Create Object Structure" section in Angular Spreadsheet UG documentation
1 parent bbc8c44 commit 2ebce3c

File tree

174 files changed

+5219
-5278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+5219
-5278
lines changed

Document-Processing-toc.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4570,6 +4570,7 @@
45704570
<li><a href="/document-processing/excel/spreadsheet/asp-net-core/template">Templates</a></li>
45714571
<li>How To
45724572
<ul>
4573+
<li><a href="/document-processing/excel/spreadsheet/asp-net-core/how-to/create-a-object-structure">Create a object structure </a></li>
45734574
<li><a href="/document-processing/excel/spreadsheet/asp-net-core/how-to/change-active-sheet">Changing the active sheet while importing a file</a></li>
45744575
<li><a href="/document-processing/excel/spreadsheet/asp-net-core/how-to/identify-the-context-menu-opened">Identify the context menu opened</a></li>
45754576
</ul>
@@ -4618,6 +4619,7 @@
46184619
<li><a href="/document-processing/excel/spreadsheet/asp-net-mvc/template">Templates</a></li>
46194620
<li>How To
46204621
<ul>
4622+
<li><a href="/document-processing/excel/spreadsheet/asp-net-mvc/how-to/create-a-object-structure">Create a object structure </a></li>
46214623
<li><a href="/document-processing/excel/spreadsheet/asp-net-mvc/how-to/change-active-sheet">Changing the active sheet while importing a file</a></li>
46224624
<li><a href="/document-processing/excel/spreadsheet/asp-net-mvc/how-to/identify-the-context-menu-opened">Identify the context menu opened</a></li>
46234625
</ul>
@@ -4668,6 +4670,7 @@
46684670
<li><a href="/document-processing/excel/spreadsheet/angular/ej1-api-migration">Migration from Essential JS 1</a></li>
46694671
<li>How To
46704672
<ul>
4673+
<li><a href="/document-processing/excel/spreadsheet/angular/how-to/create-a-object-structure">Create a object structure </a></li>
46714674
<li><a href="/document-processing/excel/spreadsheet/angular/how-to/change-active-sheet">Changing the active sheet while importing a file</a></li>
46724675
<li><a href="/document-processing/excel/spreadsheet/angular/how-to/identify-the-context-menu-opened">Identify the context menu opened</a></li>
46734676
</ul>
@@ -4762,6 +4765,7 @@
47624765
</li>
47634766
<li>How To
47644767
<ul>
4768+
<li><a href="/document-processing/excel/spreadsheet/vue/how-to/create-a-object-structure">Create a object structure </a></li>
47654769
<li><a href="/document-processing/excel/spreadsheet/vue/how-to/change-active-sheet">Changing the active sheet while importing a file</a></li>
47664770
<li><a href="/document-processing/excel/spreadsheet/vue/how-to/identify-the-context-menu-opened">Identify the context menu opened</a></li>
47674771
</ul>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010

11-
# Cell Range in Spreadsheet control
11+
# Cell Range in ASP.NET Core Spreadsheet control
1212

1313
A group of cells in a sheet is known as cell range.
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010

11-
# Clipboard in Spreadsheet control
11+
# Clipboard in ASP.NET Core Spreadsheet control
1212

1313
The Spreadsheet provides support for the clipboard operations (cut, copy, and paste). Clipboard operations can be enabled or disabled by setting the [`enableClipboard`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_EnableClipboard) property in Spreadsheet.
1414

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/context-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010

11-
# Context Menu in Spreadsheet control
11+
# Context Menu in ASP.NET Core Spreadsheet control
1212

1313
Context Menu is used to improve user interaction with Spreadsheet using the popup menu. This will open when right-clicking on Cell/Column Header/Row Header/ Pager in the Spreadsheet. You can use [`enableContextMenu`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_EnableContextMenu) property to enable/disable context menu.
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010

11-
# Editing in Spreadsheet control
11+
# Editing in ASP.NET Core Spreadsheet control
1212

1313
You can edit the contents of a cell directly in the cell or by typing in the formula bar. By default, the editing feature is enabled in the spreadsheet. Use the [`allowEditing`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowEditing) property to enable or disable the editing feature.
1414

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/feature-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010

11-
# Comparision between EJ1 & EJ2 Spreadsheet features
11+
# Comparison between EJ1 & EJ2 ASP.NET Core Spreadsheet features
1212

1313
The following table compares Excel functionality with the availability of EJ1 and EJ2 Spreadsheet features.
1414

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010

11-
# Filtering in Spreadsheet control
11+
# Filtering in ASP.NET Core Spreadsheet control
1212

1313
Filtering helps you to view specific rows in the spreadsheet by hiding the other rows. You can use the [`allowFiltering`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_AllowFiltering) property to enable or disable filtering functionality.
1414

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Formatting in EJ2 ASP.NET Core Syncfusion Spreadsheet Component
4-
description: Learn here all about Formatting in Syncfusion EJ2 ASP.NET CORE Spreadsheet component of Syncfusion Essential JS 2 and more.
3+
title: Formatting in EJ2 ASP.NET Core Syncfusion Spreadsheet Control
4+
description: Learn here all about Formatting in Syncfusion EJ2 ASP.NET CORE Spreadsheet Control of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Formatting
77
documentation: ug
88
---
99

1010

11-
# Formatting in Spreadsheet Component
11+
# Formatting in ASP.NET Core Spreadsheet Control
1212

1313
Formatting options make your data easier to view and understand. The different types of formatting options in the Spreadsheet are,
1414
* Number Formatting

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ documentation: ug
88
---
99

1010

11-
# Formulas in Spreadsheet control
11+
# Formulas in ASP.NET Core Spreadsheet control
1212

1313
Formulas are used for calculating the data in a worksheet. You can refer the cell reference from same sheet or from different sheets.
1414

@@ -29,7 +29,7 @@ Previously, although you could import culture-based Excel files into the Spreads
2929
3030
When loading spreadsheet data with culture-based formula argument separators using cell data binding, local/remote data, or JSON, ensure to set the [listSeparator](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.spreadsheet.spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_ListSeparator) property value as the culture-based list separator from your end. Additionally, note that when importing an Excel file, the [listSeparator](https://help.syncfusion.com/cr/aspnetcore-js2/syncfusion.ej2.spreadsheet.spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_ListSeparator) property will be updated based on the culture of the launched import/export service.
3131

32-
In the example below, the Spreadsheet control is rendered with the `German culture (de)`. Additionally, you can find references on how to set the culture-based argument separator and culture-based formatted numeric value as arguments to the formulas.
32+
In the example below, the Spreadsheet control is rendered with the `German culture` [`de`]. Additionally, you can find references on how to set the culture-based argument separator and culture-based formatted numeric value as arguments to the formulas.
3333

3434
{% tabs %}
3535
{% highlight cshtml tabtitle="CSHTML" %}

Document-Processing/Excel/Spreadsheet/ASP-NET-CORE/freeze-pane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ documentation: ug
88
---
99

1010

11-
# FreezePanes in Spreadsheet control
11+
# FreezePanes in ASP.NET Core Spreadsheet control
1212

1313
Freeze Panes helps you to keep particular rows or columns visible when scrolling the sheet content in the spreadsheet. You can specify the number of frozen rows and columns using the `frozenRows` and `frozenColumns` properties inside the [`Sheet`](https://help.syncfusion.com/cr/aspnetcore-js2/Syncfusion.EJ2.Spreadsheet.Spreadsheet.html#Syncfusion_EJ2_Spreadsheet_Spreadsheet_Sheets) property.
1414

15-
## Apply freezepanes on UI
15+
## Apply freeze panes on UI
1616

1717
**User Interface**:
1818

0 commit comments

Comments
 (0)