You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: