-
Notifications
You must be signed in to change notification settings - Fork 59
documentation(952274):Excel export option topic. #5819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: hotfix/hotfix-v29.1.33
Are you sure you want to change the base?
Conversation
JamunaSundaramSF3699
commented
Apr 11, 2025
•
edited
Loading
edited
- Export current page records -https://blazorplayground.syncfusion.com/VDLeNzrKfMsARsYJ
- Export the selected records -https://blazorplayground.syncfusion.com/BNrSjJBqJMhmQHMe
- Exporting grouped records - https://blazorplayground.syncfusion.com/LtretTVKfiqQizRD
- Export with hidden columns -https://blazorplayground.syncfusion.com/LZBSDfrKJMzySonW
- Show or hide columns while exporting -https://blazorplayground.syncfusion.com/VjBoDTLUJCooTPUd
- Define file name -https://blazorplayground.syncfusion.com/hNLojThKTMRVBsUQ
- Customizing columns on export -https://blazorplayground.syncfusion.com/BZVeZzrqTiclTAvQ
- Font and color customization -https://blazorplayground.syncfusion.com/rZLojzLUzMvcIpbO
- Conditional cell formatting- https://blazorplayground.syncfusion.com/VZVytzBUzMazFNjd
- Adding header and footer in the exported Excel file -https://blazorplayground.syncfusion.com/VjheZphKJVXhFpnN
- Customizing the background color for a Grid in an exported Excel document -https://blazorplayground.syncfusion.com/BXrojpLqphitfESc
- Add additional worksheets to excel file while exporting -https://blazorplayground.syncfusion.com/rZVyDprKzhiwGcKT
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
Build Status: INQUEUE 🕒 |
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |
|
||
The Syncfusion Blazor DataGrid allows you to customize the Excel or CSV export options functionality. This flexibility enables you to have greater control over the exported content and layout to meet your specific requirements. | ||
|
||
The Excel or CSV export action can be customized based on your requirements using the [ExcelExportProperties](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.ExcelExportProperties.html) property. By using the `ExcelExportProperties` property, you can export specific columns, exclude or include hidden column, export with custom data source, enable filter in the exported excel or CSV file, change the file name, add header and footer, multiple Grid exporting, customize the data based on query, define delimiter for CSV exporting and set the theme. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exported excel or CSV file --> change as Exported Excel or CSV document
(Make Excel in caps and document instead of file)
|
||
<SfGrid ID="Grid" @ref="Grid" DataSource="@Orders" AllowPaging="true" AllowExcelExport="true" Toolbar="@(new List<string>() { "ExcelExport" })" Height="348"> | ||
<GridEvents OnToolbarClick="ToolbarClickHandler" TValue="OrderData"></GridEvents> | ||
<GridSelectionSettings EnableSimpleMultiRowSelection="true" Type="SelectionType.Multiple"></GridSelectionSettings> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does EnableSimpleMultiRowSelection="true" property needed?
Build Status: INPROGRESS 🔃 |
CI Status: SUCCESS ✅ |