Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: AI Assist Web API Server Setup in Angular Spreadsheet | Syncfusion
description: Learn how to set up and connect an ASP.NET Core Web API server for the AI Assist feature in the Syncfusion Angular Spreadsheet component.
platform: document-processing
control: Spreadsheet
control: AI Assist Web API Server Setup
documentation: ug
---

Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Excel/Spreadsheet/Angular/open-save.md
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ The following code snippet demonstrates how to configure the serialization optio

{% previewsample "/document-processing/samples/spreadsheet/angular/save-as-json" %}

### Send and Receive Custom Parameters from Client to Server
### Send and receive custom params from client to server

Passing the custom parameters from client to server by using [`beforeSave`](https://ej2.syncfusion.com/angular/documentation/api/spreadsheet/index-default#beforesave) event.

Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Excel/Spreadsheet/Angular/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: Overview of the Angular Spreadsheet Component| Syncfusion
description: Learn here all about overview of the Syncfusion Angular Spreadsheet component of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Spreadsheet
control: Index
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: Performance practices in Angular Spreadsheet component | Syncfusion
description: Learn here all about performance best practices in the Syncfusion Angular Spreadsheet component of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Spreadsheet
control: Performance
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: Performance Metrics for Angular Spreadsheet Control | Syncfusion
description: Learn about performance metrics for Angular Spreadsheet control, measured results, and environment details.
platform: document-processing
control: Spreadsheet
control: Performance
documentation: ug
---

Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Excel/Spreadsheet/Angular/scrolling.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: Scrolling in Angular Spreadsheet component | Syncfusion
description: Learn here all about Scrolling in Syncfusion Angular Spreadsheet component of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Spreadsheet
control: Index
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ The following code example demonstrates how to dynamically update data using the

{% tabs %}
{% highlight js tabtitle="index.js" %}
{% include code-snippetxspreadsheet/javascript-es5/dynamic-data-binding-cs2/index.js %}
{% include code-snippet/spreadsheet/javascript-es5/dynamic-data-binding-cs2/index.js %}
{% endhighlight %}
{% highlight html tabtitle="index.html" %}
{% include code-snippet/spreadsheet/javascript-es5/dynamic-data-binding-cs2/index.html %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Calculation Mode in React Spreadsheet component | Syncfusion
description: Learn about the calculation mode in the React Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Formulas
platform: document-processing
documentation: ug
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Culture-Specific Formula Separators in React Spreadsheet | Syncfusion
description: Learn here all about culture specific formula separators in React Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Formulas
platform: document-processing
documentation: ug
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Formula Bar in React Spreadsheet component | Syncfusion
description: Learn here all about formula bar in React Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Formulas
platform: document-processing
documentation: ug
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Formula Error Handling in React Spreadsheet component | Syncfusion
description: Learn here all about formula error handling in React Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Formulas
platform: document-processing
documentation: ug
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Named Ranges in React Spreadsheet component | Syncfusion
description: Learn here all about named ranges in React Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Formulas
platform: document-processing
documentation: ug
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Image Customization in React Spreadsheet component | Syncfusion
description: Learn here how to customize image size and position in the Syncfusion React Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Images
platform: document-processing
documentation: ug
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Insert and Position Images in React Spreadsheet component | Syncfusion
description: Learn here how to customize images in the Syncfusion React Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Images
platform: document-processing
documentation: ug
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: Open Excel in React Spreadsheet component | Syncfusion
description: Learn here all about Open Excel in Syncfusion React Spreadsheet component of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Spreadsheet
control: Open
documentation: ug
---

Expand Down Expand Up @@ -106,7 +106,7 @@ Please find the table below for the [`open`](https://ej2.syncfusion.com/react/do

The following code example demonstrates how to open an Excel file programmatically in the Spreadsheet.

```jsx
```js
import React, { useRef } from 'react';
import { createRoot } from 'react-dom/client';
import { SpreadsheetComponent } from '@syncfusion/ej2-react-spreadsheet';
Expand Down Expand Up @@ -480,7 +480,7 @@ The following code example demonstrates the client-side and server-side configur

**Client Side**:

```jsx
```js
import { SpreadsheetComponent } from '@syncfusion/ej2-react-spreadsheet';

const App = () => {
Expand Down Expand Up @@ -533,7 +533,7 @@ public IActionResult Open(IFormCollection openRequest)

The [attachment](https://www.syncfusion.com/downloads/support/directtrac/general/ze/WebApplication1_7-101537213) includes the server endpoint code for handling chunk-based open processing. After launching the server endpoint, update the `openUrl` property of the spreadsheet in the client-side sample with the server URL, as shown below.

```jsx
```js
// Specifies the service URL for processing the Excel file, converting it into a format suitable for loading in the spreadsheet.
<SpreadsheetComponent ref={spreadsheetRef} openUrl="https://localhost:{{port_number}}/Home/Open">
</SpreadsheetComponent>
Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Excel/Spreadsheet/React/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: Overview of the React Spreadsheet Component | Syncfusion
description: Learn here all about overview of the Syncfusion React Spreadsheet component of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Spreadsheet
control: Index
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: Performance practices in React Spreadsheet component | Syncfusion
description: Learn here all about performance best practices in Syncfusion React Spreadsheet component of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Spreadsheet
control: Performance
documentation: ug
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Changing Text in Column Headers in React Spreadsheet | Syncfusion
description: Learn here all about how to change text in column headers in React Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Rows and Columns
platform: document-processing
documentation: ug
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Scrolling and Virtualization in React Spreadsheet | Syncfusion
description: Learn here all about Scrolling and Virtualization in React Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Scrolling
platform: document-processing
documentation: ug
---
Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Excel/Spreadsheet/React/selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Selection in React Spreadsheet component | Syncfusion
description: Learn here all about Selection in Syncfusion React Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Selection
platform: document-processing
documentation: ug
---
Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Excel/Spreadsheet/Vue/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Accessibility in Vue Spreadsheet component | Syncfusion
description: Learn here all about Accessibility in Syncfusion Vue Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Accessibility
platform: document-processing
documentation: ug
---
Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Excel/Spreadsheet/Vue/editing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Editing in Vue Spreadsheet component | Syncfusion
description: Learn here all about Editing in Syncfusion Vue Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Editing
platform: document-processing
documentation: ug
---
Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Excel/Spreadsheet/Vue/illustrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Illustrations in Vue Spreadsheet component | Syncfusion
description: Learn here all about Illustrations in Syncfusion Vue Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Illustrations
platform: document-processing
documentation: ug
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: Performance practices in Vue Spreadsheet component | Syncfusion
description: Learn here all about performance best practices in Syncfusion Vue Spreadsheet component of Syncfusion Essential JS 2 and more.
platform: document-processing
control: Spreadsheet
control: Performance
documentation: ug
---

Expand Down
2 changes: 1 addition & 1 deletion Document-Processing/Excel/Spreadsheet/Vue/worksheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Worksheet in Vue Spreadsheet component | Syncfusion
description: Learn here all about Worksheet in Syncfusion Vue Spreadsheet component of Syncfusion Essential JS 2 and more.
control: Spreadsheet
control: Worksheet
platform: document-processing
documentation: ug
---
Expand Down