EPPlus icon indicating copy to clipboard operation
EPPlus copied to clipboard

Epplus result differs from excel for number and empty string inequality

Open colbybhearn opened this issue 11 months ago • 2 comments

Excel gives a result of FALSE for =24>"" and a result of TRUE for =24<"". EPPlus yields the exact opposite. Please see attached workbook. I'm sorry I couldn't put together a pull request for this one. Empty string inequality.xlsx

This is occurring for me in version 6.2.10 and 6.2.18.

colbybhearn avatar Mar 19 '24 16:03 colbybhearn

Hi @colbybhearn,

we have fixed this one and #1365 and it will be released in next version of EPPlus 6. Both of these worked as expected in EPPlus 7, which has a lot of improvements in the formula calculation. You should consider to upgrade from v6 to v7 since we will not provide bug fixes on EPPlus 6 for more than another month or so (until we release v 7.1 - we support the two latest minor versions which currently is 7.0 and 6.2).

swmal avatar Mar 20 '24 13:03 swmal

@swmal Ok, understood. Thanks so much for jumping on these defects (@JanKallman too!). I'll look into v7 again!

colbybhearn avatar Apr 03 '24 15:04 colbybhearn