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
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?
The text was updated successfully, but these errors were encountered:
civgio
pushed a commit
to civgio/fastexcel
that referenced
this issue
Aug 5, 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 aRange
.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 asDataListFormulaValidation
?The text was updated successfully, but these errors were encountered: