Skip to content

Commit f079c6c

Browse files
DevExpressExampleBotDevExpressExampleBot
authored andcommitted
README auto update [skip ci]
1 parent d320d07 commit f079c6c

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

Readme.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
1-
<!-- default badges list -->
2-
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/128551155/24.2.1%2B)
3-
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/E4458)
4-
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
5-
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
6-
<!-- default badges end -->
7-
8-
# Grid View for ASP.NET MVC - How to bind grid to an Excel file
9-
10-
The DevExpress MVC GridView Extension does not work directly with real storage (like databases, MS office files, etc.). Load an Excel file into a standard ADO.NET DataTable object and use it as a GridView Model.
11-
12-
![](excel-to-grid.png)
13-
14-
## Files to Review
15-
16-
* [HomeController.cs](./CS/CS/Controllers/HomeController.cs) (VB: [HomeController.vb](./VB/CS/Controllers/HomeController.vb))
17-
* [Model.cs](./CS/CS/Models/Model.cs) (VB: [Model.vb](./VB/CS/Models/Model.vb))
18-
* [DataTableDataBindingPartial.cshtml](./CS/CS/Views/Home/DataTableDataBindingPartial.cshtml)
19-
20-
## More Examples
21-
22-
* [Grid View for ASP.NET Web Forms - How to bind grid to an Excel file](https://github.com/DevExpress-Examples/how-to-bind-aspxgridview-with-excel-file-e4457)
23-
<!-- feedback -->
24-
## Does this example address your development requirements/objectives?
25-
26-
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-grid-bind-to-excel-file&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-grid-bind-to-excel-file&~~~was_helpful=no)
27-
28-
(you will be redirected to DevExpress.com to submit your response)
29-
<!-- feedback end -->
1+
<!-- default badges list -->
2+
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/128551155/24.2.1%2B)
3+
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/E4458)
4+
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
5+
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)
6+
<!-- default badges end -->
7+
8+
# Grid View for ASP.NET MVC - How to bind grid to an Excel file
9+
10+
The DevExpress MVC GridView Extension does not work directly with real storage (like databases, MS office files, etc.). Load an Excel file into a standard ADO.NET DataTable object and use it as a GridView Model.
11+
12+
![](excel-to-grid.png)
13+
14+
## Files to Review
15+
16+
* [HomeController.cs](./CS/CS/Controllers/HomeController.cs) (VB: [HomeController.vb](./VB/CS/Controllers/HomeController.vb))
17+
* [Model.cs](./CS/CS/Models/Model.cs) (VB: [Model.vb](./VB/CS/Models/Model.vb))
18+
* [DataTableDataBindingPartial.cshtml](./CS/CS/Views/Home/DataTableDataBindingPartial.cshtml)
19+
20+
## More Examples
21+
22+
* [Grid View for ASP.NET Web Forms - How to bind grid to an Excel file](https://github.com/DevExpress-Examples/how-to-bind-aspxgridview-with-excel-file-e4457)
23+
<!-- feedback -->
24+
## Does this example address your development requirements/objectives?
25+
26+
[<img src="https://www.devexpress.com/support/examples/i/yes-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-grid-bind-to-excel-file&~~~was_helpful=yes) [<img src="https://www.devexpress.com/support/examples/i/no-button.svg"/>](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-grid-bind-to-excel-file&~~~was_helpful=no)
27+
28+
(you will be redirected to DevExpress.com to submit your response)
29+
<!-- feedback end -->

0 commit comments

Comments
 (0)