Skip to content

Commit 0742ab0

Browse files
1003858: Updated CI errors
1 parent 87c3c90 commit 0742ab0

3 files changed

Lines changed: 9 additions & 11 deletions

File tree

Document-Processing/Excel/Spreadsheet/React/formulas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,5 +308,5 @@ You can refer to our [React Spreadsheet](https://www.syncfusion.com/spreadsheet-
308308

309309
* [Editing](./editing)
310310
* [Formatting](./formatting)
311-
* [Open](./open/open)
312-
* [Save](./save/save)
311+
* [Open](./open-save#open)
312+
* [Save](./open-save#save)

Document-Processing/Excel/Spreadsheet/React/getting-started.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,4 @@ The following example shows a basic spreadsheet component.
123123
## See Also
124124

125125
* [Data Binding](./data-binding)
126-
* [Open](./open/open)
127-
* [Save](./save/save)
126+
* [Open and Save](./open-save)

Document-Processing/Excel/Spreadsheet/React/performance-best-practices.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When opening large Excel files with extensive data and features, server response
2828
These chunks are combined on the client side to load the Excel data smoothly into the Spreadsheet. This approach avoids transmission failures due to memory constraints and ensures reliable and efficient loading of large files.
2929

3030
To enable the chunk response processing feature, you can refer to the following UG section:
31-
* [Chunk Response Processing](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/open/open#chunk-response-processing)
31+
* [Chunk Response Processing](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/open-save#chunk-response-processing)
3232

3333
### Configure JSON serialization options during open
3434

@@ -41,7 +41,7 @@ This is particularly useful when:
4141

4242
Refer to the following UG section to learn how to configure these options:
4343

44-
* [Configure JSON serialization options during open](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/open/open#configure-json-deserialization-options)
44+
* [Configure JSON serialization options during open](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/open-save#configure-json-deserialization-options)
4545

4646
### Configuring threshold limits
4747

@@ -80,7 +80,7 @@ public IActionResult Open(IFormCollection openRequest)
8080
To improve performance when opening large Excel files, use parsing options like `IgnoreStyle` and `IgnoreFormat` to skip unnecessary styles and formats. This reduces memory usage, speeds up loading, and minimizes JSON size—especially helpful for files with many styled but empty cells.
8181

8282
To learn how to configure these parsing options, please refer to the UG section below.
83-
* [Configure Parsing Options](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/open/open#improving-excel-file-open-performance-with-parsing-options)
83+
* [Configure Parsing Options](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/open-save#improving-excel-file-open-performance-with-parsing-options)
8484

8585
## How to improve performance on formula calculation in Spreadsheet?
8686

@@ -171,7 +171,7 @@ Proper use of serialization options during save improves performance and reduces
171171

172172
Refer to the following UG section to learn how to configure these options:
173173

174-
* [Configure JSON serialization options during save](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/open/open#configure-json-serialization-options)
174+
* [Configure JSON serialization options during save](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/open-save#configure-json-serialization-options)
175175

176176
## How to improve cell selection performance in Spreadsheet?
177177

@@ -234,7 +234,6 @@ root.render(<App />);
234234

235235
## See Also
236236

237-
* [Open](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/open/open)
238-
* [Save](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/save/save)
239-
* [Docker Deployment](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/server-deployment/docker-deployment)
237+
* [Open and Save](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/open-save)
238+
* [Docker Deployment](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/docker-deployment)
240239
* [Scrolling](https://help.syncfusion.com/document-processing/excel/spreadsheet/react/scrolling)

0 commit comments

Comments
 (0)