Created Issue: XYScatterLines Charts have smooth lines [14795]
When an ExcelScatterChart is created with EPPlus with type eChartType.XYScatterLines, the resulting chart has smooth lines connecting the datapoints.The attached patch solves the issue.
View ArticleCommented Issue: EPPlus on mono [13096]
Actually, that is a mono issue rather than an EPPlus issue.. I have reported it on mono...but there is a quick fix to make the lib work now on mono.in ExcelPackage.cs replacing...
View ArticleCommented Issue: EPPlus on mono [13096]
Actually, that is a mono issue rather than an EPPlus issue.. I have reported it on mono...but there is a quick fix to make the lib work now on mono.in ExcelPackage.cs replacing...
View ArticleCreated Issue: Load to Excel from List [14796]
Hi, How to bind List<ModelClass> to Excel with EPPlus 3.0.i have many objects defined in model class, but i need only assigned objects to be binded to excel.Please suggest me the sollution.
View ArticleCommented Issue: Load to Excel from List [14796]
Hi, How to bind List<ModelClass> to Excel with EPPlus 3.0.i have many objects defined in model class, but i need only assigned objects to be binded to excel.Please suggest me the...
View ArticleCreated Issue: Corrupted file when both VBA and Pivots are used [14797]
Whenever I put both a pivot table and a VBA project in the same file (such as by loading Sample12 file in Sample15 and then continuing as usual) Excel (version 2010) says that it has found unreadable...
View ArticleCommented Issue: Can't delete file after dispose [14794]
Hi guys, I can't delete the file even if I set dispose to excel variable. I also tried to use the keyword "using" without success.Is there any way for release the file ?ThanksFabio Dim fs As New...
View ArticleCreated Issue: Custom Pivot table : editing a Σ field crashes Excel [14798]
See attached test project and see attached Excel file.Clicking on "Records Not Processed" and "Value Field Settings" crashes Excel ???Please advice.
View ArticleEdited Issue: Custom Pivot table : editing a Σ field crashes Excel [14798]
See attached test project and see attached Excel file.Clicking on "Records Not Processed" and "Value Field Settings" crashes Excel ???The Pivot table is created using this code:```public class...
View ArticleCreated Issue: StackOverflowException in debugger accessing...
Pretty easy to reproduce. I have a worksheet wit some tables in it. I try explore with the debugger/quickwatch and the debugger crashes. EPPlus 3.1.2.Code: Dim ep As New ExcelPackage(New...
View ArticleEdited Issue: StackOverflowException in debugger accessing...
Fixed in lates source (default). Problem was the StyleName property that had a recursive call to itself.Pretty easy to reproduce. I have a worksheet wit some tables in it. I try explore with the...
View ArticleCommented Issue: Custom Pivot table : editing a Σ field crashes Excel [14798]
See attached test project and see attached Excel file.Clicking on "Records Not Processed" and "Value Field Settings" crashes Excel ???The Pivot table is created using this code:```public class...
View ArticleEdited Issue: Custom Pivot table : editing a Σ field crashes Excel [14798]
See attached test project and see attached Excel file.Clicking on "Records Not Processed" and "Value Field Settings" crashes Excel ???The Pivot table is created using this code:```public class...
View ArticleEdited Issue: Corrupted file when both VBA and Pivots are used [14797]
Whenever I put both a pivot table and a VBA project in the same file (such as by loading Sample12 file in Sample15 and then continuing as usual) Excel (version 2010) says that it has found unreadable...
View ArticleCommented Issue: Corrupted file when both VBA and Pivots are used [14797]
Whenever I put both a pivot table and a VBA project in the same file (such as by loading Sample12 file in Sample15 and then continuing as usual) Excel (version 2010) says that it has found unreadable...
View ArticleEdited Issue: XYScatterLines Charts have smooth lines [14795]
When an ExcelScatterChart is created with EPPlus with type eChartType.XYScatterLines, the resulting chart has smooth lines connecting the datapoints.The attached patch solves the issue.
View ArticleCommented Issue: XYScatterLines Charts have smooth lines [14795]
When an ExcelScatterChart is created with EPPlus with type eChartType.XYScatterLines, the resulting chart has smooth lines connecting the datapoints.The attached patch solves the issue.Comments:...
View ArticleCommented Issue: StackOverflowException in debugger accessing...
Fixed in lates source (default). Problem was the StyleName property that had a recursive call to itself.Pretty easy to reproduce. I have a worksheet wit some tables in it. I try explore with the...
View ArticleCreated Issue: ArgumentOutOfRangeException on using fill color transparent...
Using fill color on Shapes it can result in a "System.ArgumentOutOfRangeException" error.I recognized that this happens on all colors containing alpha value of 0.There is a code...
View ArticleCommented Issue: ArgumentOutOfRangeException on using fill color transparent...
Using fill color on Shapes it can result in a "System.ArgumentOutOfRangeException" error.I recognized that this happens on all colors containing alpha value of 0.There is a code...
View Article