https://github.com/calabonga/nortwindmvcexport
XML Export library
https://github.com/calabonga/nortwindmvcexport
Last synced: 3 months ago
JSON representation
XML Export library
- Host: GitHub
- URL: https://github.com/calabonga/nortwindmvcexport
- Owner: Calabonga
- License: mit
- Created: 2016-10-13T07:31:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T03:39:03.000Z (over 8 years ago)
- Last Synced: 2025-03-20T22:19:25.597Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://www.calabonga.net/blog/post/70
- Size: 822 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## XML Export for ASP.NET MVC
* Northwind database used in the ASP.NET MVC application for export data to Excel-file.
* Solution based on [XmlExport](https://www.nuget.org/packages/XmlExport) nuget-package.
* Another demo solution you can find in the article in my blog [post](https://www.calabonga.net/blog/post/asp-net-mvc-3-eksport-v-excel-ili-chto-takoe-xmlexport) (russian).
## Screenshot

## Sample of the export file
You can download a sample of the exported file [products_export.xls](/products_export.xls)