예제 #1
0
        public ActionResult ExportTableSample()
        {
            ExcelPackage package  = _sampleProvider.ExportSampleTable();
            string       fileName = "Table example";

            return(Export(package, ref fileName));
        }