Quantcast
Channel: EPPlus Issue Tracker Rss Feed
Browsing all 2262 articles
Browse latest View live
↧

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 Article


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 Article


Commented 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 Article

Created 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 Article

Edited 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 Article


Commented 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 Article

Commented 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 Article

Closed 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 Article


Commented 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 Article


Commented 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 Article

Commented 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 Article

Created 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 Article

Created 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 Article


Edited 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 Article

Created 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 Article


Created 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 Article

Created 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 Article


Created Unassigned: How to get Image ? [14926]

I'm having image (or picture) in Excel..How to get that image using EPPlus ?

View Article

Created 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

Commented 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
Browsing all 2262 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>