EPPlusSoftware / EPPlus.Samples.CSharp

Sample project to show functionality of the EPPlus library in C#
Other
24 stars 8 forks source link

08-Performance read using LINQ #1

Open calibrium opened 1 year ago

calibrium commented 1 year ago

Hi guys! I wanted to extract cells using LINQ according to certain parameters. I did the same as in the example, but the LINQ in the debug sends null. Maybe this is due to the fact that during this procedure we work with an object (object[,])?

JanKallman commented 1 year ago

Hi, I'm unsure why you get this behaviour. Do you get the correct result when you run the code without debugger?