Commented Unassigned: EPPlus: Created file is locked [14919]
I create an Excel file using EPPlus library. After the file is created, it cannot be deleted or edited, as it is said to be used by "another user", as long as the program is running. I cannot find any...
View ArticleCommented Unassigned: EPPlus: Created file is locked [14919]
I create an Excel file using EPPlus library. After the file is created, it cannot be deleted or edited, as it is said to be used by "another user", as long as the program is running. I cannot find any...
View ArticleCommented Unassigned: Multi-level Category Labels [14841]
Hi,Thank you for this great library. Do you have any plan to implement "Multi-level Category Labels" under Axis Options ?Comments: I really need this option to be available. Now I need to manually open...
View ArticleCreated Unassigned: sheet.DataValidations.AddListValidation Error [14920]
Consider this code:``` var dropDown = sheet.DataValidations.AddListValidation(cells[2, colIndex, maxCol, colIndex].Address); foreach (var bb in brokerBranchs){ val.Formula.Values.Add(bb.Title);}```When...
View ArticleEdited Unassigned: sheet.DataValidations.AddListValidation Error [14920]
Consider this code:``` var dropDown = sheet.DataValidations.AddListValidation(cells[2, colIndex, maxCol, colIndex].Address); foreach (var bb in brokerBranchs){...
View ArticleCommented Unassigned: InvalidOperationException when replacing a worksheet...
If a worksheet is replaced in a workbook, an InvalidOperationException "Error saving file ..." occurs. The inner exception is "Cannot add part for the specified URI because it is already in the...
View ArticleCommented Unassigned: sheet.DataValidations.AddListValidation Error [14920]
Consider this code:``` var dropDown = sheet.DataValidations.AddListValidation(cells[2, colIndex, maxCol, colIndex].Address); foreach (var bb in brokerBranchs){...
View ArticleClosed Unassigned: sheet.DataValidations.AddListValidation Error [14920]
Consider this code:``` var dropDown = sheet.DataValidations.AddListValidation(cells[2, colIndex, maxCol, colIndex].Address); foreach (var bb in brokerBranchs){...
View ArticleCommented Unassigned: sheet.DataValidations.AddListValidation Error [14920]
Consider this code:``` var dropDown = sheet.DataValidations.AddListValidation(cells[2, colIndex, maxCol, colIndex].Address); foreach (var bb in brokerBranchs){...
View ArticleCommented Unassigned: DataValidation : reference to another sheet not work....
When I read Excel with data-validation which refer another sheet, it's not appear as validation.Version Info ----------------------- EPPlus 3.1.3[Image Shot on Google Drive...
View ArticleCommented Unassigned: Is there a way to get the max row number? [14917]
In my project, I want to get the max row number rather than used row numberIs there a way to getthe max row number in active sheet?Comments: ``` ExcelWorksheet _worksheet; ......
View ArticleCreated Unassigned: row outlineLevel is ignored [14921]
I have a file created by EPPlus. The file has grouping rows (outline). When EPPlus reads the file, it ignores row.OutlineLevel. Here is the problem and the fix (*):ExcelWorksheet.cs```if...
View ArticleCreated Unassigned: Mass deleting then creating comments causes corruption...
If you follow these steps you end up with a corrupted spreadsheet:- Add comments to a worksheet- Save and close package- Open package- Delete all comments (i use this line of code) ```while...
View ArticleEdited Unassigned: Mass deleting then creating comments causes corruption...
I used the latest source code (commit 1c0510c8d300, Aug 08, 2013) to see if this was fixed or not, but it doesn't seem to be.If you follow these steps you end up with a corrupted spreadsheet:- Add...
View ArticleCreated Unassigned: How to lock specific cells while export excel ? [14923]
Now i can lock specific cells using epplus ?How to lock specific cells using password ?
View ArticleCreated Unassigned: While copying template Locked cell which has image gets...
I'm copying the template which is already locked some of the cells..In that, I gave workSheet.Protection.IsProtected = false;Then i've inserted cells. and locked those cells. and then I've applied...
View ArticleCreated Unassigned: How to get the cell addresses which has data ? [14925]
How to get the cell addresses which has non empty data ?Is there a way ?
View ArticleCreated Unassigned: How to get Image ? [14926]
I'm having image (or picture) in Excel..How to get that image using EPPlus ?
View ArticleCreated Unassigned: File Format Corruption [14927]
I am hitting an issue where the Worksheet formatting is being corrupted after I open, make a small change, then re-save a sheet.Here is the example code:``` public static void TestExcelOutput(){ var...
View ArticleCommented Unassigned: File Format Corruption [14927]
I am hitting an issue where the Worksheet formatting is being corrupted after I open, make a small change, then re-save a sheet.Here is the example code:``` public static void TestExcelOutput(){ var...
View Article