Created Unassigned: Add checkbox in excel using epplus [15565]
I have been unable to add checkbox using epplus in an excel file. I would really appreciate any help in this matter. Thanks in advance.
View ArticleCommented Unassigned: Getting a cellvalue in workbook slowing the performance...
Hi , dll version : 4.0.5 I am using countifs formula then calculate function and after that when trying to get the cell value like ( String val22 = (String)SummarysheetModel.Cells[k, 201, k,...
View ArticleCreated Unassigned: Excel crashes after Open and save as [15566]
after this simple piece of code the excel to load this file. ```[TestClass] public class UnitTest1{ private string TemplateFileName = @".\templates\TestWithPivotTablePointingToExcelTableForData.xlsx";...
View ArticleCreated Unassigned: Images not referencing correctly [15567]
I have a client that uses workbooks with what amounts to a worksheet per calendar week in it. Each sheet builds on the previous one, etc. Each sheet has 2 different images in it. For their customers,...
View ArticleCommented Unassigned: Pivot Table based on a Named Range [15421]
There is an issue with saving a workbook which contains a Pivot Table based on a Named Range.Please find attached three workbooks which suffer from this issue. To replicate the issue, just open one of...
View ArticleCommented Unassigned: Problem saving spreadsheet with PivotTables [15266]
Latest version throwing an exception in ExcelWorkSheet.cs method SavePivotTables when using a template with pivot tables.problem line ```var ws =...
View ArticleCreated Unassigned: How to give multiple validation on one cell? [15568]
I am use EPplus to create excel file in c#.I have been unable to add multiple validation using EPplus in an excel file. I would really appreciate any help in this matter. Thanks in advance.
View ArticleCreated Unassigned: An exception happed when reading XSLX after Liber Office...
```System.ArgumentException: An item with the same key has already been added. at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at...
View ArticleCreated Unassigned: CalculateExtensions.Calculate fails to calculate table...
I've created a worksheet with a table in it. The table has formulas like [Column A]-[Column B].When calculating, all values become #NAME, even though they work in Excel.I've traced it down to...
View ArticleCreated Unassigned: Please add support of netcoreapp1.0 [15571]
Hi,Currently EPPlus cannot be used as part of the .NET Core application. I get this error: ```Restoring packages for D:\Projects\ConsoleApp1\ConsoleApp1.csproj...Package EPPlus 4.1.0 is not compatible...
View ArticleCreated Unassigned: Support for Sharepoint 2010. [15572]
Hi,We are using this library(version 2.8) in a custom user control which is used in sharepoint 2010 application. We are facing the issue mentioned [here](http://epplus.codeplex.com/workitem/14762)....
View ArticleCommented Unassigned: Problem saving spreadsheet with PivotTables [15266]
Latest version throwing an exception in ExcelWorkSheet.cs method SavePivotTables when using a template with pivot tables.problem line ```var ws =...
View ArticleCreated Unassigned: InsertRow does not copy validation [15573]
InsertRow(Int32,Int32,Int32) does copy common cell properties but not validation.
View ArticleCommented Unassigned: InsertRow does not copy validation [15573]
InsertRow(Int32,Int32,Int32) does copy common cell properties but not validation.Comments: And the validation is left bound to the original position, and does not get shifted with the cell.
View ArticleCreated Unassigned: InsertRow error: Row cannot be less than 1. Parameter...
I got the following exception with the latest version 4.1.0. When I reverted back to 4.0.5 I stopped getting the error.__Method Called:__ ws.InsertRow(28, 1);__Call...
View ArticleCreated Unassigned: Print after export, +4000 pages to print [15575]
When I export to an excel file an try to print the excelfile, 4000 blanco pages are printed.Even when I select certain cells and try to print, 4000 blanco pages are printed.Is there a setting to fix this?
View ArticleCommented Unassigned: Null exception trying to copy a worksheet. [15214]
_xlPackage.Workbook.Worksheets.Add("TedsWizard", _xlPackage.Workbook.Worksheets["Wizard"]);or _xlPackage.Workbook.Worksheets.Copy("Wizard", "TedsWizard");All I get is a null reference error...
View ArticleEdited Unassigned: delete column with filters leads to a crash (fix included)...
when having a template with existing filters and then trying to delete some column will lead to a crash.The issue is in file "ExcelNamedRangeCollection.cs" and function "internal void Delete(int...
View ArticleCommented Unassigned: delete column with filters leads to a crash (fix...
when having a template with existing filters and then trying to delete some column will lead to a crash.The issue is in file "ExcelNamedRangeCollection.cs" and function "internal void Delete(int...
View ArticleEdited Unassigned: EPPlus corrupts files with shared formulas with error...
I open and save an xlsm file containing shared formulas having error values with EPPlus 4.1.0 like this:```var fi = new FileInfo("sharedFormulas.xlsm");var package = new...
View Article