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

DeleteDataValidation doesn't really delete the specified cell range #979

Closed
codefire53 opened this issue Aug 3, 2021 · 1 comment
Closed
Labels
confirmed This issue can be reproduced

Comments

@codefire53
Copy link

Hello,

I'm facing an issue when using the DeleteDataValidation. The excel file I'm using can be described as following:

  • The excel consists of 5 columns
  • Each column has its own datavalidation
  • First column has different datavalidation than the rest
  • Last column has different datavalidation than the rest
  • Column 2,3,4 have similar datavalidations. Their datavalidation are different from datavalidation in first & last column.
    When I try to delete First & Last columns, the function deleted those datavalidation successfully, however when I deleted columns 2-4, the datavalidations still persist. Does anyone experience the same problem as mine? If this's really a bug can anyone fix this issue. Thanks in advance.
@xuri xuri added the confirmed This issue can be reproduced label Aug 5, 2021
@xuri xuri closed this as completed in cf9fbaf Aug 6, 2021
@xuri
Copy link
Member

xuri commented Aug 6, 2021

Thanks for your issue, I have fixed it, please try to use the master branch code.

jenbonzhang pushed a commit to jenbonzhang/excelize that referenced this issue Oct 22, 2023
…dy the internal function in the source code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed This issue can be reproduced
Projects
None yet
Development

No branches or pull requests

2 participants