Mats Alm

Results 105 comments of Mats Alm
trafficstars

The file you sent is an empty file (0 Kb), so nothing has been written to it. I would suggest that you don't let EPPlus save the file directly via...

Thanks for the unit test @craigbrown , we could replicate this unexpected behaviour - it will be fixed in the next version.

@ashahabov - sorry for the late response to this issue. Dynamic arrayformulas is supported in EPPlus 7, see [this wiki page](https://github.com/EPPlusSoftware/EPPlus/wiki/Dynamic-arrayformulas)

@grosch-intl Can you extend this class and show how you would like this to work? I assume the `FormatMethod` would sit on the class that contains the attribute? ```cs public...

@grosch-intl - does this look ok for #969? ```csharp [TestClass] public class LoadFromCollectionDictionaryPropertyTests { [EpplusTable] public class TestClass { [EpplusTableColumn(Order = 2)] public string Name { get; set; } [EPPlusDictionaryColumn(Order...

@grosch-intl Ok, I understand. I would, however, like to avoid to have the keys provided by another property on the class. We could read the keys/column headers from the first...

@grosch-intl - I have looked at the code you added to #969 but since I don't know the structure of the `data` and `data.Entries` variables I'm afraid that I might...