Mats Alm
Mats Alm
This is something that we have started to work on, it is a part of supporting arrayformulas in EPPlus. When this is implemented you will also be able to apply...
Hi, Assuming that this refers to the calculation capabilities of EPPlus. We are aware of this and support for the INDEX function (and more functions) in addresses is under development...
To set the width of a column in inches you have to calculate it using the formula described in Microsofts documentation for the Open Office XML standard (https://docs.microsoft.com/en-us/dotnet/api/documentformat.openxml.spreadsheet.column?view=openxml-2.8.1, see the...
Hi, Thanks for this feature request! the following of these functions are already implemented in EPPlus 5: CONCAT IFS SWITCH We will look at implementing the rest of the functions...
Just a note that FILTER and XLOOKUP requires support for array formulas in the calculation engine. We have this on our midterm roadmap and will implement these functions as soon...
Hi, Is it the ToDataTable function you are using? If so - can you provide some code that replicates the error (see the existing unit tests for this function here:...
Closing this issue, if the issue you mentioned in your last message remains please open a new issue.
Thanks Curtis, we will consider this!
Thank you, I’ll have a look at this.
I have changed this in the two Expressions and it will be included in v 5.6. We will have to go through the entire codebase, because we have more of...