Mats Alm

Results 105 comments of Mats Alm
trafficstars

Ok, just so we are totally on the same page: you mean that there has to be no "master data" or "initial delivery" of the keys, but rather that EPPlus...

Good, let's agree on the wording of this story first. To clarify what I did above I'm changing these two statements in the text: > One of my properties to...

If we use your code above, could this work? ```csharp void Main() { var keys = new HashSet(); var rows = GetMyData(); foreach (var row in rows) foreach (var date...

We need to design our interfaces as futureproof as possible to avoid breaking changes later on. So we don't want to limit this to only support one Dictionary property even...

@grosch-intl The Dictionary property and SortOrder on nested classes are done now and will be included in the next version (see table in the description of this issue). Here are...

Thanks - most likely within a week. If you want to test it you can use our [dev nuget feed](https://github.com/EPPlusSoftware/EPPlus/wiki/Using-our-develop-Nuget-feed)

@grosch-intl we released [new versions](https://epplussoftware.com/en/Developers/MinorFeaturesAndIssues) earlier today.

@grosch-intl Sorry for late response to this and thanks for your kind words. Just the formatting piece left, I am currently working on cleaning up some pieces related to #1196....

Hi Scott, We have made many changes to LoadFromCollection based in the issues we had with the combination of attributes and filters (when you add an array of `System.Reflection.MemberInfo` in...

We are working on a number of functions which includes MMULT, so our plan is definately to add support for it. I can unfortunately not give you an estimate on...