Hello guys,
We all know the default way for Exceldna to input and output 2D array from or to excel is through object[,], However it will cause box & unbox and reduce performance seriously.
So I want to know is there any better way to deal with this issue?like use ValueTuple or any other method?