-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Date Validation #356
Comments
Appreciate your comments. Currently the library's data validation functionality only supports "lists", i.e. drop-downs of valid items. But POI does allow other types of constraint including dates so this could be an enhancement. |
@dlineg4 I'm assuming you mean something like this:
Could you confirm this is what you have in mind? |
@cfsimplicity Yeah, that would be pretty great. For other future validations (like Decimals and Whole Numbers, etc) would you predict that it would follow a similar format for you proposal for Dates? For example something like this?
Thanks. |
POI does support all of those types and I did envisage adding others in due course. I'll probably only add dates and numbers for now though. I think I'd use "Integer" rather than "Whole number" - more appropriate in a programming context I think. |
Dates would be much appreciated. Thanks again. I'll keep on the lookout. |
First off. Thank you. This library is fantastic.
The addition of the newDataValidation/addDataValidation is fantastic. I'm curious is there a way to do Date Validation of a cell?
Thanks.
The text was updated successfully, but these errors were encountered: