Skip to content

Commit 2b143ad

Browse files
Merge branch 'development' into EJ2-1010339-core
2 parents e8b3a9b + 2efdd4e commit 2b143ad

401 files changed

Lines changed: 5525 additions & 4255 deletions

File tree

Some content is hidden

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

Document-Processing-toc.html

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5196,13 +5196,51 @@
51965196
<li><a href="/document-processing/excel/spreadsheet/react/getting-started">Getting Started</a></li>
51975197
<li><a href="/document-processing/excel/spreadsheet/react/nextjs-getting-started">Getting Started with NextJS</a></li>
51985198
<li><a href="/document-processing/excel/spreadsheet/react/data-binding">Data Binding</a></li>
5199-
<li><a href="/document-processing/excel/spreadsheet/react/open-save">Open and Save</a></li>
5200-
<li><a href="/document-processing/excel/spreadsheet/react/docker-deployment">Docker Deployment</a></li>
5199+
<li><a href="/document-processing/excel/spreadsheet/react/open/open">Open Excel File</a>
5200+
<ul>
5201+
<li><a href="/document-processing/excel/spreadsheet/react/open/open-excel-file/file-uploader">using a file uploader</a></li>
5202+
<li><a href="/document-processing/excel/spreadsheet/react/open/open-excel-file/external-url">using an external URL</a></li>
5203+
<li><a href="/document-processing/excel/spreadsheet/react/open/open-excel-file/blob-data">from blob data</a></li>
5204+
<li><a href="/document-processing/excel/spreadsheet/react/open/open-excel-file/base64-string">from base64 string</a></li>
5205+
<li><a href="/document-processing/excel/spreadsheet/react/open/open-excel-file/server">located on a server</a></li>
5206+
<li><a href="/document-processing/excel/spreadsheet/react/open/open-excel-file/aws-lambda">using AWS Lambda hosted web service</a></li>
5207+
</ul>
5208+
</li>
5209+
<li><a href="/document-processing/excel/spreadsheet/react/save/save">Save Excel File</a>
5210+
<ul>
5211+
<li><a href="/document-processing/excel/spreadsheet/react/save/save-excel-file/blob-data">as blob data</a></li>
5212+
<li><a href="/document-processing/excel/spreadsheet/react/save/save-excel-file/base64-string">as base64 string</a></li>
5213+
<li><a href="/document-processing/excel/spreadsheet/react/save/save-excel-file/server">to a server</a></li>
5214+
<li><a href="/document-processing/excel/spreadsheet/react/save/save-excel-file/aws-lambda">using AWS Lambda hosted web service</a></li>
5215+
</ul>
5216+
</li>
5217+
<li><a href="/document-processing/excel/spreadsheet/react/open-from-cloud">Open From Cloud</a>
5218+
<ul>
5219+
<li><a href="/document-processing/excel/spreadsheet/react/cloud-storage/open-from-cloud/aws-s3-bucket">AWS S3</a></li>
5220+
<li><a href="/document-processing/excel/spreadsheet/react/cloud-storage/open-from-cloud/azure-blob-storage">Azure Blob Storage</a></li>
5221+
<li><a href="/document-processing/excel/spreadsheet/react/cloud-storage/open-from-cloud/google-cloud-storage">Google Cloud Storage</a></li>
5222+
</ul>
5223+
</li>
5224+
<li><a href="/document-processing/excel/spreadsheet/react/save-to-cloud">Save To Cloud</a>
5225+
<ul>
5226+
<li><a href="/document-processing/excel/spreadsheet/react/cloud-storage/save-to-cloud/aws-s3-bucket">AWS S3</a></li>
5227+
<li><a href="/document-processing/excel/spreadsheet/react/cloud-storage/save-to-cloud/azure-blob-storage">Azure Blob Storage</a></li>
5228+
<li><a href="/document-processing/excel/spreadsheet/react/cloud-storage/save-to-cloud/google-cloud-storage">Google Cloud Storage</a></li>
5229+
</ul>
5230+
</li>
5231+
<li><a href="/document-processing/excel/spreadsheet/react/server-deployment">Server Deployment</a>
5232+
<ul>
5233+
<li><a href="/document-processing/excel/spreadsheet/react/server-deployment/docker-deployment">How to Deploy Spreadsheet Docker Image Locally</a></li>
5234+
<li><a href="/document-processing/excel/spreadsheet/react/server-deployment/how-to-deploy-spreadsheet-server-to-azure-app-service-using-visual-studio">Deploy Spreadsheet Server Docker Image to Azure App Service using Azure CLI</a></li>
5235+
<li><a href="/document-processing/excel/spreadsheet/react/server-deployment/how-to-deploy-spreadsheet-server-to-azure-app-service-using-azure-cli">Deploy Spreadsheet Server to Azure App Service using Visual Studio</a></li>
5236+
</ul>
5237+
</li>
52015238
<li><a href="/document-processing/excel/spreadsheet/react/worksheet">Worksheet</a></li>
52025239
<li><a href="/document-processing/excel/spreadsheet/react/cell-range">Cell Range</a></li>
52035240
<li><a href="/document-processing/excel/spreadsheet/react/editing">Editing</a></li>
52045241
<li><a href="/document-processing/excel/spreadsheet/react/context-menu">Context Menu</a></li>
52055242
<li><a href="/document-processing/excel/spreadsheet/react/formulas">Formulas</a></li>
5243+
<li><a href="/document-processing/excel/spreadsheet/react/data-validation">Data Validation</a></li>
52065244
<li><a href="/document-processing/excel/spreadsheet/react/formatting">Formatting</a></li>
52075245
<li><a href="/document-processing/excel/spreadsheet/react/illustrations">Illustrations</a></li>
52085246
<li><a href="/document-processing/excel/spreadsheet/react/rows-and-columns">Rows and Columns</a></li>

Document-Processing/Excel/Spreadsheet/Javascript-ES5/docker-deployment.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
layout: post
3-
title: Docker image deployment in EJ2 Javascript Spreadsheet control | Syncfusion
4-
description: Learn here all about Docker image deployment in Syncfusion EJ2 Javascript Spreadsheet control of Syncfusion Essential JS 2 and more.
3+
title: Docker image deployment in EJ2 JavaScript Spreadsheet | Syncfusion
4+
description: Learn here all about Docker image deployment in Syncfusion EJ2 JavaScript Spreadsheet control of Syncfusion Essential JS 2 and more.
55
platform: document-processing
66
control: Docker deployment
77
documentation: ug
88
---
99

10-
# Docker Image Overview in EJ2 Javascript Spreadsheet control
10+
# Docker Image Overview in EJ2 JavaScript Spreadsheet control
1111

1212
The [**Syncfusion<sup style="font-size:70%">&reg;</sup> Spreadsheet (also known as Excel Viewer)**](https://www.syncfusion.com/spreadsheet-editor-sdk/javascript-spreadsheet-editor) is a feature-rich control for organizing and analyzing data in a tabular format. It provides all the common Excel features, including data binding, selection, editing, formatting, resizing, sorting, filtering, importing, and exporting Excel documents.
1313

14-
This Docker image is the pre-defined Docker container for Syncfusion's<sup style="font-size:70%">&reg;</sup> Spreadsheet backend functionalities. This server-side Web API project targets ASP.NET Core 8.0.
14+
This Docker image is the pre-defined Docker container for Syncfusion's<sup style="font-size:70%">&reg;</sup> Spreadsheet back-end functionalities. This server-side Web API project targets ASP.NET Core 8.0.
1515

1616
You can deploy it quickly to your infrastructure. If you want to add new functionality or customize any existing functionalities, create your own Docker file by referencing the existing [Spreadsheet Docker project](https://github.com/SyncfusionExamples/Spreadsheet-Server-Docker).
1717

@@ -57,7 +57,7 @@ docker-compose up
5757

5858
Now the Spreadsheet server Docker instance runs on localhost with the provided port number `http://localhost:6002`. Open this link in a browser and navigate to the Spreadsheet Web API open and save service at `http://localhost:6002/api/spreadsheet/open` and `http://localhost:6002/api/spreadsheet/save`.
5959

60-
**Step 4:** Append the URLs of the Docker instance running services to the [`openUrl`](https://helpej2.syncfusion.com/javascript/documentation/api/spreadsheet/#openurl) property as `http://localhost:6002/api/spreadsheet/open` and the [`saveUrl`](https://helpej2.syncfusion.com/javascript/documentation/api/spreadsheet/#saveurl) property as `http://localhost:6002/api/spreadsheet/save` in the client-side Spreadsheet control. For more information on how to get started with the Spreadsheet control, refer to this [`getting started page.`](https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es5/getting-started)
60+
**Step 4:** Append the URLs of the Docker instance running services to the [`openUrl`](https://helpej2.syncfusion.com/javascript/documentation/api/spreadsheet#openurl) property as `http://localhost:6002/api/spreadsheet/open` and the [`saveUrl`](https://helpej2.syncfusion.com/javascript/documentation/api/spreadsheet#saveurl) property as `http://localhost:6002/api/spreadsheet/save` in the client-side Spreadsheet control. For more information on how to get started with the Spreadsheet control, refer to this [`getting started page.`](https://help.syncfusion.com/document-processing/excel/spreadsheet/javascript-es5/getting-started)
6161

6262
```html
6363
<!DOCTYPE html>
@@ -103,7 +103,7 @@ Now the Spreadsheet server Docker instance runs on localhost with the provided p
103103
<div id='Spreadsheet'></div>
104104
<script>
105105
// Initialize Spreadsheet component.
106-
const spreadsheet = new ej.spreadsheet.Spreadsheet({
106+
var spreadsheet = new ej.spreadsheet.Spreadsheet({
107107
openUrl: 'http://localhost:6002/api/spreadsheet/open',
108108
saveUrl: 'http://localhost:6002/api/spreadsheet/save'
109109
});

Document-Processing/Excel/Spreadsheet/Javascript-ES5/formatting.md

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

10-
# Formatting in EJ2 Javascript Spreadsheet control
10+
# Formatting in EJ2 JavaScript Spreadsheet control
1111

1212
Formatting options make your data easier to view and understand. The different types of formatting options in the Spreadsheet are,
1313
* Number Formatting
@@ -16,7 +16,7 @@ Formatting options make your data easier to view and understand. The different t
1616

1717
## Number Formatting
1818

19-
Number formatting provides a type for your data in the Spreadsheet. Use the [`allowNumberFormatting`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#allownumberformatting) property to enable or disable the number formatting option in the Spreadsheet. The different types of number formatting supported in Spreadsheet are,
19+
Number formatting provides a type for your data in the Spreadsheet. Use the [`allowNumberFormatting`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#allownumberformatting) property to enable or disable the number formatting option in the Spreadsheet. The different types of number formatting supported in Spreadsheet are,
2020

2121
| Types | Format Code | Format ID |
2222
|---------|---------|---------|
@@ -35,7 +35,7 @@ Number formatting provides a type for your data in the Spreadsheet. Use the [`al
3535
Number formatting can be applied in following ways,
3636
* Using the `format` property in `cell`, you can set the desired format to each cell at initial load.
3737

38-
* Using the [`numberFormat`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#numberformat) method, you can set the number format to a cell or range of cells.
38+
* Using the [`numberFormat`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#numberformat) method, you can set the number format to a cell or range of cells.
3939

4040
* Selecting the number format option from ribbon toolbar.
4141

@@ -86,7 +86,7 @@ The different types of custom number format populated in the custom number forma
8686

8787
Custom Number formatting can be applied in following ways,
8888

89-
* Using the [`numberFormat`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#numberformat) method, you can set your own custom number format to a cell or range of cells.
89+
* Using the [`numberFormat`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#numberformat) method, you can set your own custom number format to a cell or range of cells.
9090

9191
* Selecting the custom number format option from custom number formats dialog or type your own format in dialog input and then click apply button. It will apply the custom format for selected cells.
9292

@@ -113,10 +113,10 @@ Compared to Excel, the date, time, currency, and accounting formats vary across
113113

114114
> The format code should use the default decimal separator (.) and group separator (,).
115115
116-
The code below illustrates how culture-based format codes are mapped to their corresponding number format ID for the `German (de)` culture.
116+
The code below illustrates how culture-based format codes are mapped to their corresponding number format ID for the `German` culture.
117117

118118
```js
119-
const deLocaleFormats = [
119+
var deLocaleFormats = [
120120
{ id: 14, code: 'dd.MM.yyyy' },
121121
{ id: 15, code: 'dd. MMM yy' },
122122
{ id: 16, code: 'dd. MMM' },
@@ -157,9 +157,9 @@ The following code example demonstrates how to configure culture-based formats f
157157

158158
## Text and cell formatting
159159

160-
Text and cell formatting enhances the look and feel of your cell. It helps to highlight a particular cell or range of cells from a whole workbook. You can apply formats like font size, font family, font color, text alignment, border etc. to a cell or range of cells. Use the [`allowCellFormatting`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#allowcellformatting) property to enable or disable the text and cell formatting option in Spreadsheet. You can set the formats in following ways,
160+
Text and cell formatting enhances the look and feel of your cell. It helps to highlight a particular cell or range of cells from a whole workbook. You can apply formats like font size, font family, font color, text alignment, border etc. to a cell or range of cells. Use the [`allowCellFormatting`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#allowcellformatting) property to enable or disable the text and cell formatting option in Spreadsheet. You can set the formats in following ways,
161161
* Using the `style` property, you can set formats to each cell at initial load.
162-
* Using the [`cellFormat`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#cellformat) method, you can set formats to a cell or range of cells.
162+
* Using the [`cellFormat`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#cellformat) method, you can set formats to a cell or range of cells.
163163
* You can also apply by clicking the desired format option from the ribbon toolbar.
164164

165165
### Fonts
@@ -234,7 +234,7 @@ The following features are not supported in Formatting:
234234

235235
## Conditional Formatting
236236

237-
Conditional formatting helps you to format a cell or range of cells based on the conditions applied. You can enable or disable conditional formats by using the [`allowConditionalFormat`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#allowConditionalFormat) property.
237+
Conditional formatting helps you to format a cell or range of cells based on the conditions applied. You can enable or disable conditional formats by using the [`allowConditionalFormat`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#allowConditionalFormat) property.
238238

239239
> The default value for the `allowConditionalFormat` property is `true`.
240240
@@ -244,7 +244,7 @@ You can apply conditional formatting by using one of the following ways,
244244

245245
* Select the conditional formatting icon in the Ribbon toolbar under the Home Tab.
246246

247-
* Using the [`conditionalFormat()`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#conditionalFormat) method to define the condition.
247+
* Using the [`conditionalFormat()`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#conditionalFormat) method to define the condition.
248248

249249
* Using the `conditionalFormats` in sheets model.
250250

@@ -312,7 +312,7 @@ You can clear the defined rules by using one of the following ways,
312312

313313
* Using the “Clear Rules” option in the Conditional Formatting button of HOME Tab in the ribbon to clear the rule from selected cells.
314314

315-
* Using the [`clearConditionalFormat()`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet/#clearConditionalFormat) method to clear the defined rules.
315+
* Using the [`clearConditionalFormat()`](https://ej2.syncfusion.com/javascript/documentation/api/spreadsheet#clearConditionalFormat) method to clear the defined rules.
316316

317317

318318
{% tabs %}

0 commit comments

Comments
 (0)