LukSpiewak opened a new pull request, #692: URL: https://github.com/apache/poi/pull/692
The DSUM formula evaluation returns 0.0 when the condition contains the diamond operator <>. ## Problem The code misinterprets the <> operator as a 'less than' comparison when it appears at the beginning of a condition. ## Modifications I added support for the diamond operator for both text and numeric data. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org