Mats Alm

Results 105 comments of Mats Alm
trafficstars

Added to the backlog of our [EPPlus Epics](https://github.com/orgs/EPPlusSoftware/projects/2) project. See #1411

@ksowin - thanks for this input. We are planning to have another look at this function and see if we can improve the performance.

@ChristopherBrownie Just to make this clearer, can you give me the class definitions (or at least enough to replicate this issue), including the attributes, for the `T` class in `LoadFromCollection`...

@ChristopherBrownie - I had a look at this, don't know which EPPlus/.NET version you are using, so tested with the latest EPPlus 7 code base under .NET 6. From what...

The member filter can be used to specify the order without the nested class, it is a very different internal logic in EPPlus for how to build up the columns...

@ChristopherBrownie I have looked into this again today and we can make this more consistent in the next version. I'm working on a solution where any members provided via the...

Fixed in v7 via [PR 1278](https://github.com/EPPlusSoftware/EPPlus/pull/1278). Will be available in next release.

Both of these tests are added to our test suite since this issue was reported and passes in EPPlus 7. You need to set the `AllowCircularReferences` flag to true when...