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. 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. 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. 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.