Skip to content
Closed
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
7 changes: 3 additions & 4 deletions Document-Processing-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -5610,10 +5610,11 @@
<ul>
<li><a href="/document-processing/excel/spreadsheet/react/number-formatting">Number Formatting</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/conditional-formatting">Conditional Formatting</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/text-cell-formatting">Text Cell Formatting</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/text-cell-formatting">Text & Cell Formatting</a></li>
</ul>
</li>
<li><a href="/document-processing/excel/spreadsheet/react/illustrations">Illustrations</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/images-and-illustrations">Images and Illustrations</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/charts-and-visualizations">Charts and Visualizations</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/rows-and-columns">Rows and Columns</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/sort">Sorting</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/filter">Filtering</a></li>
Expand All @@ -5633,8 +5634,6 @@
<li><a href="/document-processing/excel/spreadsheet/react/keyboard-shortcuts">Keyboard Shortcuts</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/freeze-pane">Freeze Panes</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/template">Templates</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/charts-and-visualizations">Charts and Visualizations</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/images-and-illustrations">Images and Illustrations</a></li>
<li><a href="/document-processing/excel/spreadsheet/react/ui-customization">User Interface Customization</a>
<ul>
<li><a href="/document-processing/excel/spreadsheet/react/user-interface-customization/custom-cell-templates">Create Custom Cell Templates</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Enables or disables chart functionality in the Spreadsheet.

**See:** [allowChart API Documentation](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#allowchart)

### Limitations of Chart
## Limitations of Chart

The following features have some limitations in the Chart:

Expand All @@ -271,6 +271,6 @@ The following features have some limitations in the Chart:
* Corner resizing option in chart element.

## See Also
* [Images](./images-and-illustrations.md)
* [Images](./images-and-illustrations)
* [Formatting](./formatting)
* [Rows and columns](./rows-and-columns)
4 changes: 2 additions & 2 deletions Document-Processing/Excel/Spreadsheet/React/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,5 @@ The table below describes each event and its role in the editing process:

## See Also

* [Editing](./editing.md)
* [Clipboard](./clipboard.md)
* [Editing](./editing)
* [Clipboard](./clipboard)
2 changes: 1 addition & 1 deletion Document-Processing/Excel/Spreadsheet/React/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ You can refer to our [React Spreadsheet](https://www.syncfusion.com/spreadsheet-
- [Hyperlink](./link)
- [Sorting](./sort)
- [Filtering](./filter)
- [`Ribbon customization`](./ribbon#ribbon-customization)
- [Ribbon customization](./ui-customization)
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The following sample shows how to render the Spreadsheet inside the Tab componen

{% previewsample "/document-processing/code-snippet/spreadsheet/react/integrate-into-layouts-cs1" %}

### Use spreadsheet inside Dialog
### Use Spreadsheet inside Dialog

If the Spreadsheet is placed inside a dialog (for example, a Syncfusion Dialog), render or initialize the Spreadsheet only within the dialog’s open event. The parent container must be visible in the DOM for the Spreadsheet to correctly measure and compute its layout.

Expand Down
243 changes: 0 additions & 243 deletions Document-Processing/Excel/Spreadsheet/React/illustrations.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ Enables or disables image functionality in the Spreadsheet.

**See:** [allowImage API Documentation](https://ej2.syncfusion.com/react/documentation/api/spreadsheet/index-default#allowimage)

### Limitations of Image
## Limitations of Image

* Corner resizing option is not available in the image element.

## See Also
* [Charts](./charts-and-visualizations.md)
* [Charts](./charts-and-visualizations)
* [Formatting](./formatting)
* [Rows and columns](./rows-and-columns)
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Number formatting can be applied in following ways,
* Using the [`numberFormat`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet#numberformat) method, you can set the number format to a cell or range of cells.
* Selecting the number format option from ribbon toolbar.

### Custom Number Formatting
## Custom Number Formatting

Spreadsheet supports custom number formats to display your data as numbers, dates, times, percentages, and currency values. If the pre-defined number formats do not meet your needs, you can set your own custom formats using custom number formats dialog or [`numberFormat`](https://ej2.syncfusion.com/react/documentation/api/spreadsheet#numberformat) method.

Expand Down
Loading