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

Validation data with formula to produce a list #453

Open
civgio opened this issue Aug 2, 2024 · 0 comments
Open

Validation data with formula to produce a list #453

civgio opened this issue Aug 2, 2024 · 0 comments

Comments

@civgio
Copy link

civgio commented Aug 2, 2024

Excel allows the creation of a data validation of "List" type that accepts a formula as value instead of a range. An example is creating a dependency validation list in a multi-column setup using the "INDIRECT" formula.

Fastexcel (writer) accepts only two types of DataValidation:

  • DataListValidation which is a "list" validation type but accepts only a Range.
  • DataCustomValidation which accepts a formula as value, but it is a "custom" validation type and does not produce a list.

Is there a current mode to produce a "list" validation type that accepts a formula as value? Otherwise, is it possible to introduce a new DataValidation such as DataListFormulaValidation?

civgio pushed a commit to civgio/fastexcel that referenced this issue Aug 5, 2024
Add the possibility to set global visibility to range when a named range is added.
civgio pushed a commit to civgio/fastexcel that referenced this issue Aug 16, 2024
rzymek added a commit that referenced this issue Sep 6, 2024
#453: Add new data validation: ListFormulaDataValidation.
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

1 participant