Re: [PR] D* functions are incompatible with the diamond operator [poi]

2024-09-24 Thread via GitHub
pjfanning commented on PR #692: URL: https://github.com/apache/poi/pull/692#issuecomment-2371494491 We have a web site and a page about this. https://poi.apache.org/devel/nightly.html -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] D* functions are incompatible with the diamond operator [poi]

2024-09-24 Thread via GitHub
sfisque commented on PR #692: URL: https://github.com/apache/poi/pull/692#issuecomment-2371482472 is there a link to a nightly build that could be offered to "early adopters"? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

Re: [PR] D* functions are incompatible with the diamond operator [poi]

2024-09-24 Thread via GitHub
pjfanning commented on PR #692: URL: https://github.com/apache/poi/pull/692#issuecomment-2371009661 There are no releases scheduled. Maybe in a few months. You have options like building the jar for yourself or using the APIs in POI to register custom function implementations. I would

Re: [PR] D* functions are incompatible with the diamond operator [poi]

2024-09-23 Thread via GitHub
LukSpiewak commented on PR #692: URL: https://github.com/apache/poi/pull/692#issuecomment-2367629408 Hello, thank you @pjfanning for quick review and merge! When do you plan to release the next version? -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [PR] D* functions are incompatible with the diamond operator [poi]

2024-09-20 Thread via GitHub
pjfanning commented on PR #692: URL: https://github.com/apache/poi/pull/692#issuecomment-2364564987 Thanks - merged -- 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 unsub

Re: [PR] D* functions are incompatible with the diamond operator [poi]

2024-09-20 Thread via GitHub
asfgit closed pull request #692: D* functions are incompatible with the diamond operator URL: https://github.com/apache/poi/pull/692 -- 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 comm

[PR] D* functions are incompatible with the diamond operator [poi]

2024-09-20 Thread via GitHub
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