Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Zaidos/Excelsior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Excelsior

Create excel files directly in ASP.NET MVC

Setup

  • Add ExcelResult.cs and ExcelControllerExtension.cs to your project.
  • Change the namespace of ExcelControllerExtension to match your controller's namespace.

Usage

  • Make the proper call to 'Excel'
  • Include a filename (with proper extension), worksheet name, and your data rows as IQueryable
return this.excel("fileName.xls", "worksheetName", data.asQueryable());

Try it!

Run the project in Visual Studio and click 'Excelsiate' on the main screen.

About

Create Excel files directly from ASP.NET MVC

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors