-
-
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
GetDataValidations in a sheet does not list all the validations #1835
Comments
in v2.8.0 the output seems right.here is my test code:
Output of code:
could you please show your test code |
it is not working for sheets where data validation is added using Excel and we are just reading all the validations in the program, may be working for validations added using the library in Go program |
…n the extension lists
Thanks for your issue. The pull request #1834 has been merged. The |
Description
Calling GetDataValidations for a particular sheet does not list those validations(list/dropdown types) which reference another sheet in the same workbook.
Steps to reproduce the issue:
Describe the results you received:
Cross sheet referenced validations do not appear in the result.
Describe the results you expected:
Dropdown validation should appear
Output of
go version
:Excelize version or commit ID:
Environment details (OS, Microsoft Excel™ version, physical, etc.):
macOS Ventura 13.3.1
The text was updated successfully, but these errors were encountered: