Writing an Excel file in EPPlus
问题 I have been stuck on this for days and despite all of the help out there, none of these solutions have been working for me. What I want to do is create an excel file using the EPPlus library with some basic data in it that I am pulling from a stored procedure. This is the code that I have in my ExportDocument.cs file: public static ExcelPackage CreateExcelDocument(int [] arr) { String path = @"D:\temp\testsheet3.xlsx"; //FileInfo newFile = null; /*if (!File.Exists(path + "\\testsheet2.xlsx"))