C# Class GraphCommonsExcelAdapter.Controllers.HomeController

Inheritance: Controller
显示文件 Open project: Batierk/Graph-Commons-Excel-Lab

Public Methods

Method Description
GenerateMap ( ExcelMetaData stats ) : System.Web.Mvc.ViewResult
Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GenerateMap ( List edges, string excelFileName ) : System.Web.Mvc.JsonResult
UploadExcel ( System.Web.HttpPostedFileBase file ) : System.Web.Mvc.RedirectToRouteResult

Method Details

GenerateMap() public method

public GenerateMap ( ExcelMetaData stats ) : System.Web.Mvc.ViewResult
stats GraphCommonsExcelBusiness.Models.ExcelMetaData
return System.Web.Mvc.ViewResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult