Skip to content
This repository was archived by the owner on Aug 6, 2026. It is now read-only.
Open
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
5 changes: 4 additions & 1 deletion gantt-sdk/angular/gantt-chart/excel-export/excel-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
{% 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.
5 changes: 4 additions & 1 deletion gantt-sdk/blazor/gantt-chart/excel-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
{% 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.
5 changes: 4 additions & 1 deletion gantt-sdk/react/gantt-chart/excel-export/excel-export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}
{% 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.