-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found a defect in the FIND function during the process of multi-value query. #1819
Comments
Thanks for your issue. I have fixed this, and this patch has been released on v2.8.1, please upgrade to the lasted version. |
Thank you for your attention to this issue. I have updated to version v2.8.1 following your guidance, but the result of the unit test is still "FALSE". Could you please confirm if your test environment has passed this test? |
…R, OR and FIND support matrix arguments
Thanks for your feedback. This issue has been fixed. Please try to upgrade to the master branch code by |
Thank you very much for fixing this bug. In the latest master version, the above issue returns the correct result; however, the code still does not work properly under the following circumstances: func TestMyTest(t *testing.T) { the results I received: === RUN TestMyTest the results I expected: === RUN TestMyTest |
Thanks for your feedback. Could you provide the |
Description
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Output of
go version
:Excelize version or commit ID:
WPS
Environment details (OS, Microsoft Excel™ version, physical, etc.):
The text was updated successfully, but these errors were encountered: