我寫了下面 string filePath = @"C:\report_data.xlsx";
// Saves the file via a FileInfo
var file = new FileInfo(filePath);
// Creates the package and make sure you wrap it in a using
我有困難的設立EPPlus在Visual Studio 2012 using OfficeOpenXML;
The type or namespace name 'OfficeOpenXML' could not be found(are you missing a using directive or an assembly reference?)
現在我嘗試兩種不同的方式來設置EPPlu
我試圖在MVC應用程序的控制器中使用EPPLUS創建一個Excel文件。 文件似乎是越來越創建就好了,但電抗器,當我試圖保存: [HttpPost]
public FileResult getBill(int billMonth, int billYear)
{
FileInfo newFile = new FileInfo("C:\\cool.xlsx");
if (ne
您好我想添加驗證Excel文件的列中的每一行。我使用EP Plus處理Excel文件的創建和讀取。這是我嘗試過的代碼。 var codeValidation = codeListSheet.DataValidations.AddTextLengthValidation("A2:AN");
但是這是行不通的,它說,它與我的下一列的範圍重疊 var paretnCodeValidation = c