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

How to insure cell data correct(after set dataValidation) #525

Closed
EP-Toushirou opened this issue Dec 5, 2019 · 4 comments
Closed

How to insure cell data correct(after set dataValidation) #525

EP-Toushirou opened this issue Dec 5, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@EP-Toushirou
Copy link

hello,
I want to check a excel is violated the dataValidation that I set in the excel.
Copy can break the dataValidation check in excel,so I want to check again by excelize.
But I couldn't find the check api,only find the set way.
Could you please tell me how to check it again?
Thank you.

@xuri
Copy link
Member

xuri commented Dec 6, 2019

Hi @GZLHZ, this library currently only supports setting data validation for the generated file. Data validation will be executed on runtime when you use Excel software to open the generated file.

@EP-Toushirou
Copy link
Author

Ok,if it will be possible in the future?

@xuri
Copy link
Member

xuri commented Dec 6, 2019

Similar to issue #65, implementing a data validation would require a very large number of test cases would be several months of work involved. That's an interesting job and I will consider adding support for this feature later. I'll certainly accept that patch if somebody did that.

@xuri xuri added the enhancement New feature or request label Dec 6, 2019
@EP-Toushirou
Copy link
Author

I get it.Thanks for your reply.

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

No branches or pull requests

2 participants