Commented Unassigned: .NET Core Support [15472]
now that we have the new NET Platform Standard system and .net core rc2 might be the time for this features?Comments: We are currently experimenting with the unofficial port and it seems to do it's...
View ArticleCommented Unassigned: InsertRow fails with "row cannot be less than 1" [15550]
I recently upgraded from 4.0.5 to 4.1.0 and noticed this errorThe following code results in exception "row cannot be less than 1"int xlRow = 18;using (ExcelPackage xl = new ExcelPackage(pfReport,...
View ArticleCreated Unassigned: IndexOutOfRangeException when using LoadFromCollection...
In `LoadFromCollection<T>(IEnumerable<T> Collection, bool PrintHeaders, TableStyles TableStyle, BindingFlags memberFlags, MemberInfo[] Members)` in ExcelRangeBase.cs, when `Members.Length`...
View ArticleEdited Unassigned: IndexOutOfRangeException when using LoadFromCollection...
In `LoadFromCollection<T>(IEnumerable<T> Collection, bool PrintHeaders, TableStyles TableStyle, BindingFlags memberFlags, MemberInfo[] Members)` in ExcelRangeBase.cs, when `Members.Count()`...
View ArticleCreated Unassigned: Huge XLSX [15556]
Hi, I’m in trouble with an Excel generate with EPPLUS.I have to generate a sheet with four DropDwnList (based on other four sheet) and prepare the sheet with minimum 2500 row.looping in the code to...
View ArticleCommented Unassigned: ExcelRange.Value = null; throws an exception [15402]
Please find attached a sample application which opens a workbook and sets cell values to null. The workbook is inside the attachment ( ConsoleApplication1\bin\Debug\in.xlsx ).The error message...
View ArticleCreated 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 ArticleCommented Unassigned: Styling charts with built-in eChartStyle enum does not...
Hi,I'm trying to style a normal bar chart and a pivot pie chart using the built-in Excel styles. However I ran a loop and generated a chart with each of the available enum (eChartStyle) options, and...
View ArticleCreated Unassigned: Excel O365 v2016 - Part is not a compound document [15558]
I have a file created in Office 365 v2016. When I try to load the document into memory I get "Part is not a compound document". Oddly enough, it does work in EPPlus 2.8.0.1. I've attached a sample.The...
View ArticleCreated Unassigned: If EPPLUS could implement the function like EXCEL...
Hi, about outline & group is less, if epplus could implement the function?
View ArticleCreated 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 ArticleCommented Unassigned: ExcelWorksheet.SetValue throws ArgumentException [15541]
__ExcelWorksheet.SetValue(int,int,Object)__ throws an unexpected __System.ArgumentException__ caused by an invalid __System.Array.Copy__ in __CellStore.AddCell__. I suspect this exception occurs only...
View ArticleCommented Unassigned: ExcelWorksheet.SetValue throws ArgumentException [15541]
__ExcelWorksheet.SetValue(int,int,Object)__ throws an unexpected __System.ArgumentException__ caused by an invalid __System.Array.Copy__ in __CellStore.AddCell__. I suspect this exception occurs only...
View ArticleCommented Unassigned: Unable to copy worksheets into other workbook [15350]
Hi, We used EPPlus 3.1.3.3 till now and the following code worked very well. ``` private static ExcelPackage MergeExcelPackages(ExcelPackage aExcelPackage, ExcelPackage bExcelPackage){ var excelPackage...
View ArticleCommented Issue: Removing Major Gridlines from chart? [14681]
I'm not sure if there is a better way, but after much messing around, I compared the two Excel files XML and found the section for the gridLines. Here's how I removed them:' remove the major gridlines...
View ArticleCreated Unassigned: Cell Union Operator Selection (commas) Bug in ExcelRange...
I think someone uncovered a bug with the iterator of ExcelRange:http://stackoverflow.com/questions/40870194/epplus-chartpie-barchart-selectedb2-b36-b38-etc-excel-cells/40876125#40876125I came up with...
View ArticleCreated Unassigned: Column border quantum coupling [15562]
Downgrading to v. 4.0.3 fixed this issue for me.Expected result:- first two rows are bolded- columsn 8, 10, 12 and 14 have dotted right borderActual result:- all columns up to column 14 have dotted...
View ArticleEdited Unassigned: Column border quantum coupling [15562]
Downgrading to v. 4.0.3 fixed this issue for me.Expected result:- first two rows are bolded- columns 8, 10, 12 and 14 have dotted right borderActual result:- all columns up to column 14 have dotted...
View ArticleCreated Unassigned: column border quantum coupling [15563]
Downgrading to v 4.0.3 fixed this issue.Code to reproduce below.Expected result: - First two rows are bolded- Columns 8, 10, 12 and 14 get a dotted right border styleActual result:- Every column up to...
View ArticleCreated Unassigned: worksheet.InsertRow >1024 bug [15564]
worksheet.InsertRow(4, 1025, 3);The formula recorded on line 1026(or 1027) moves to 1025 rowsIf insert less than or equal to 1024 records will not be such a bug.
View Article