From c6cde60f161779d010e0a253576010adf2863d02 Mon Sep 17 00:00:00 2001 From: NithyaSivaprakasam <103498896+NithyaSivaprakasam@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:17:01 +0530 Subject: [PATCH 1/7] Clarify CSV limitations in excel-export.md Added a limitations section to clarify the constraints of CSV format in the context of Excel export. --- gantt-sdk/angular/gantt-chart/excel-export/excel-export.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gantt-sdk/angular/gantt-chart/excel-export/excel-export.md b/gantt-sdk/angular/gantt-chart/excel-export/excel-export.md index 46a4e9e3b8..bfd9d566a8 100644 --- a/gantt-sdk/angular/gantt-chart/excel-export/excel-export.md +++ b/gantt-sdk/angular/gantt-chart/excel-export/excel-export.md @@ -176,4 +176,7 @@ To export Gantt data as a Blob object for advanced processing or custom download {% endhighlight %} {% endtabs %} -{% previewsample "https://help.syncfusion.com/samples/gantt-sdk/angular/gantt-chart/excel-export/export-blop" %} \ No newline at end of file +{% previewsample "https://help.syncfusion.com/samples/gantt-sdk/angular/gantt-chart/excel-export/export-blop" %} + +## Limitations +A CSV is a plain text format that does not support features such as cell rotation, font and color customization, column and row spanning, or adding formulas. CSV files store raw data without any formatting or styling. From 76e993439e3c025c52ca9d0cbea17cb1adfebf85 Mon Sep 17 00:00:00 2001 From: NithyaSivaprakasam <103498896+NithyaSivaprakasam@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:21:01 +0530 Subject: [PATCH 2/7] Document limitations of CSV format in excel-export.md Added limitations section explaining CSV format restrictions. --- .../asp-net-core/gantt-chart/excel-export/excel-export.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md b/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md index 0526db9bc7..1fde5512a8 100644 --- a/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md +++ b/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md @@ -35,3 +35,6 @@ Gantt supports client-side exporting, which allows you to export its data to the {% endhighlight %} {% endtabs %} {% endif %} + +## Limitations +A CSV is a plain text format that does not support features such as cell rotation, font and color customization, column and row spanning, or adding formulas. CSV files store raw data without any formatting or styling. From 285663c630341da1889b1f466cde8f61e127e666 Mon Sep 17 00:00:00 2001 From: NithyaSivaprakasam <103498896+NithyaSivaprakasam@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:27:43 +0530 Subject: [PATCH 3/7] Update excel-export.md --- gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md | 1 + 1 file changed, 1 insertion(+) diff --git a/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md b/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md index 1fde5512a8..896cb8b6a0 100644 --- a/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md +++ b/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md @@ -37,4 +37,5 @@ Gantt supports client-side exporting, which allows you to export its data to the {% endif %} ## Limitations + A CSV is a plain text format that does not support features such as cell rotation, font and color customization, column and row spanning, or adding formulas. CSV files store raw data without any formatting or styling. From 9dda7b0aef773f4443481aa59f04ddc5ef401909 Mon Sep 17 00:00:00 2001 From: NithyaSivaprakasam <103498896+NithyaSivaprakasam@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:29:40 +0530 Subject: [PATCH 4/7] Update excel-export.md to remove limitations section Removed limitations section about CSV file features. --- .../asp-net-core/gantt-chart/excel-export/excel-export.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md b/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md index 896cb8b6a0..0526db9bc7 100644 --- a/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md +++ b/gantt-sdk/asp-net-core/gantt-chart/excel-export/excel-export.md @@ -35,7 +35,3 @@ Gantt supports client-side exporting, which allows you to export its data to the {% endhighlight %} {% endtabs %} {% endif %} - -## Limitations - -A CSV is a plain text format that does not support features such as cell rotation, font and color customization, column and row spanning, or adding formulas. CSV files store raw data without any formatting or styling. From ff3f9b8c4fef6eadc6b1fd4244896110e460b869 Mon Sep 17 00:00:00 2001 From: NithyaSivaprakasam <103498896+NithyaSivaprakasam@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:31:35 +0530 Subject: [PATCH 5/7] Document limitations of CSV format in Excel export Added limitations section for CSV export in Excel documentation. --- gantt-sdk/blazor/gantt-chart/excel-export.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gantt-sdk/blazor/gantt-chart/excel-export.md b/gantt-sdk/blazor/gantt-chart/excel-export.md index 205503bbf5..821b5d6e93 100644 --- a/gantt-sdk/blazor/gantt-chart/excel-export.md +++ b/gantt-sdk/blazor/gantt-chart/excel-export.md @@ -762,5 +762,8 @@ To assign a custom name to the exported Excel or CSV file in the Gantt Chart com {% previewsample "https://blazorplayground.syncfusion.com/embed/LZrRNGrthhTKvOpW?appbar=false&editor=false&result=true&errorlist=false&theme=fluent2" %} +## Limitations -N> You can refer to our [Blazor Gantt Chart](https://www.syncfusion.com/blazor-components/blazor-gantt-chart) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Gantt Chart example](https://blazor.syncfusion.com/demos/gantt-chart/default-functionalities?theme=bootstrap4) to know how to render and configure the Gantt. \ No newline at end of file +A CSV is a plain text format that does not support features such as cell rotation, font and color customization, column and row spanning, or adding formulas. CSV files store raw data without any formatting or styling. + +N> You can refer to our [Blazor Gantt Chart](https://www.syncfusion.com/blazor-components/blazor-gantt-chart) feature tour page for its groundbreaking feature representations. You can also explore our [Blazor Gantt Chart example](https://blazor.syncfusion.com/demos/gantt-chart/default-functionalities?theme=bootstrap4) to know how to render and configure the Gantt. From a844f484d507f393e09087fdfbb06b67c9e04d9f Mon Sep 17 00:00:00 2001 From: NithyaSivaprakasam <103498896+NithyaSivaprakasam@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:33:43 +0530 Subject: [PATCH 6/7] Document limitations of CSV format in excel-export.md Added limitations section to clarify CSV format constraints. --- .../javascript/gantt-chart/excel-export/excel-export.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gantt-sdk/javascript/gantt-chart/excel-export/excel-export.md b/gantt-sdk/javascript/gantt-chart/excel-export/excel-export.md index e50afaddac..dc44e8f38f 100644 --- a/gantt-sdk/javascript/gantt-chart/excel-export/excel-export.md +++ b/gantt-sdk/javascript/gantt-chart/excel-export/excel-export.md @@ -265,4 +265,7 @@ To export Gantt data as a Blob object for advanced processing or custom download {% endtabs %} {% previewsample "https://help.syncfusion.com/code-snippet/gantt-sdk/javascript/gantt-chart/excel-export-cs12" %} -{% endif %} \ No newline at end of file +{% endif %} + +## Limitations +A CSV is a plain text format that does not support features such as cell rotation, font and color customization, column and row spanning, or adding formulas. CSV files store raw data without any formatting or styling. From 9c5500d2f08a70d365dc245a1120b384711519db Mon Sep 17 00:00:00 2001 From: NithyaSivaprakasam <103498896+NithyaSivaprakasam@users.noreply.github.com> Date: Tue, 28 Jul 2026 18:38:10 +0530 Subject: [PATCH 7/7] Update excel-export.md with limitations section Added limitations section for CSV export features. --- gantt-sdk/react/gantt-chart/excel-export/excel-export.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gantt-sdk/react/gantt-chart/excel-export/excel-export.md b/gantt-sdk/react/gantt-chart/excel-export/excel-export.md index fe5d4f917a..e305fab888 100644 --- a/gantt-sdk/react/gantt-chart/excel-export/excel-export.md +++ b/gantt-sdk/react/gantt-chart/excel-export/excel-export.md @@ -160,4 +160,7 @@ To export Gantt data as a Blob object for advanced processing or custom download {% endhighlight %} {% endtabs %} -{% previewsample "https://help.syncfusion.com/code-snippet/gantt-sdk/react/gantt-chart/excel-export-cs17" %} \ No newline at end of file +{% previewsample "https://help.syncfusion.com/code-snippet/gantt-sdk/react/gantt-chart/excel-export-cs17" %} + +## Limitations +A CSV is a plain text format that does not support features such as cell rotation, font and color customization, column and row spanning, or adding formulas. CSV files store raw data without any formatting or styling.