Ejemplo n.º 1
0
        List <Shop> IShopsManager.PostAllShops()
        {
            var          filePath = HttpContext.Current.Server.MapPath("~/uploads/costing_ver1.xls");
            List <Shop>  allShops = ExcellHelper.ReadFile(filePath);
            ExcellHelper exH      = new ExcellHelper();

            return(null);
        }
Ejemplo n.º 2
0
        public ActionResult CreateDocument(string errorNo)
        {
            ExcellHelper excellHelper = new ExcellHelper();

            return(excellHelper.createExcellReport(errorNo));
        }