Commented Issue: Issue while reading xSeries of excel chart [13128]
The excel file was created in office 2010, but the value of xSeries cannot be read correctly(empty) through EPPlus. Here is the inner xml for ExcelChartSerie:<c:grouping val="standard"...
View ArticleCreated Unassigned: Issue with Numberformat with beta 4.0 [14970]
HiWe are evaluating beta 4.0 for one of our requirement. Following is an issue that we have observed.I have 2 cells one with Numberformat as Text and other one with number format as Number. Then I...
View ArticleCreated Unassigned: .LoadFromCollection Throws OutOfRange Exception if...
Example:```using (ExcelPackage pck = new ExcelPackage()){ ExcelWorksheet ws = pck.Workbook.Worksheets.Add("EmptyCollectionBug"); List<string> aList = new List<string>(); aList.Add("Test");...
View ArticleEdited Unassigned: .LoadFromCollection Throws OutOfRange Exception if...
v3.1.3, Beta 4.0, v3.0Example:```using (ExcelPackage pck = new ExcelPackage()){ ExcelWorksheet ws = pck.Workbook.Worksheets.Add("EmptyCollectionBug"); List<string> aList = new...
View ArticleCreated Unassigned: date time format issue [14972]
I've got datetime format issue in my APP. see below sample code,sheet.Cells[1, 1].Value = DateTime.Parse("1/1/1900 12:00:00 AM");sheet.Column(1).Style.Numberformat.Format = "m/d/yyyy";the cell shows...
View ArticleCommented Unassigned: .LoadFromCollection Throws OutOfRange Exception if...
v3.1.3, Beta 4.0, v3.0Example:```using (ExcelPackage pck = new ExcelPackage()){ ExcelWorksheet ws = pck.Workbook.Worksheets.Add("EmptyCollectionBug"); List<string> aList = new...
View ArticleCreated Unassigned: EPPlus 4.0 is not thread safe [14973]
HiI am trying to use EPPlus in a multi-threaded environment accessing the same file in different threads.Following is how we use this1. Open the file in one thread2. Read data (different rows) in 10...
View ArticleCommented Unassigned: .LoadFromCollection Throws OutOfRange Exception if...
v3.1.3, Beta 4.0, v3.0Example:```using (ExcelPackage pck = new ExcelPackage()){ ExcelWorksheet ws = pck.Workbook.Worksheets.Add("EmptyCollectionBug"); List<string> aList = new...
View ArticleCommented Unassigned: EPPlus 4.0 is not thread safe [14973]
HiI am trying to use EPPlus in a multi-threaded environment accessing the same file in different threads.Following is how we use this1. Open the file in one thread2. Read data (different rows) in 10...
View ArticleCommented Issue: Arbitrary buffer size is too small; crash on save [14811]
I have a file generated with Excel 2010 (too large to attach) that, upon loading then saving with EPPlus without any changes, results in a "Index out of range" exception and the file is not...
View ArticleCommented Unassigned: EPPlus 4.0 is not thread safe [14973]
HiI am trying to use EPPlus in a multi-threaded environment accessing the same file in different threads.Following is how we use this1. Open the file in one thread2. Read data (different rows) in 10...
View ArticleCreated Unassigned: Formula not evaluated when file is opened [14974]
Hi!I'm attempting to create a simple Excel report based on a template file. I have run in to some problems regarding formulas.My goal is to populate a template with values at certain cells and then...
View ArticleCommented Unassigned: Formula not evaluated when file is opened [14974]
Hi!I'm attempting to create a simple Excel report based on a template file. I have run in to some problems regarding formulas.My goal is to populate a template with values at certain cells and then...
View ArticleCommented Unassigned: Formula not evaluated when file is opened [14974]
Hi!I'm attempting to create a simple Excel report based on a template file. I have run in to some problems regarding formulas.My goal is to populate a template with values at certain cells and then...
View ArticleCommented Unassigned: Formula not evaluated when file is opened [14974]
Hi!I'm attempting to create a simple Excel report based on a template file. I have run in to some problems regarding formulas.My goal is to populate a template with values at certain cells and then...
View ArticleClosed Unassigned: Formula not evaluated when file is opened [14974]
Hi!I'm attempting to create a simple Excel report based on a template file. I have run in to some problems regarding formulas.My goal is to populate a template with values at certain cells and then...
View ArticleCommented Unassigned: EPPlus 4.0 is not thread safe [14973]
HiI am trying to use EPPlus in a multi-threaded environment accessing the same file in different threads.Following is how we use this1. Open the file in one thread2. Read data (different rows) in 10...
View ArticleCreated Unassigned: XYScatterSmooth Chart Error [14975]
I have a XYScatterSmooth chart in an Excel file (XLSX). I insert the chart data in some cells by code behind and the save a file.When I open the file, the chart's lines are not Smooth.Any idea?
View ArticleEdited Issue: Arbitrary buffer size is too small; crash on save [14811]
I have a file generated with Excel 2010 (too large to attach) that, upon loading then saving with EPPlus without any changes, results in a "Index out of range" exception and the file is not...
View ArticleCommented Issue: Arbitrary buffer size is too small; crash on save [14811]
I have a file generated with Excel 2010 (too large to attach) that, upon loading then saving with EPPlus without any changes, results in a "Index out of range" exception and the file is not...
View Article