Skip to content
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

DataValidation showDropDown not working #33

Open
ana-stankovic opened this issue May 17, 2023 · 2 comments
Open

DataValidation showDropDown not working #33

ana-stankovic opened this issue May 17, 2023 · 2 comments

Comments

@ana-stankovic
Copy link

I am using pandas and openpyxl to generate a excell sheet. Everything works except:

validation = DataValidation(
    type="list",
    formula1='"Keep,Delete,Production"',
    allow_blank=True,
    showDropDown=True
)

Validation to the cells is added, but the dropdown is not shown and it has to be added manually.

@alexc-yellowcanary
Copy link

This caught me out a while ago, you have to set showDropDown=False to get the dropdown to show

@ana-stankovic
Copy link
Author

This is amazing, it actually works xD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants