An open API service indexing awesome lists of open source software.

https://github.com/calabonga/nortwindmvcexport

XML Export library
https://github.com/calabonga/nortwindmvcexport

Last synced: 3 months ago
JSON representation

XML Export library

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
![screenshot](/screenshot.png)

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