-
What I would like to do:
I could extract all the information needed to create a validation function, but don't want to re-invent the wheel. I didn't find the NPOI docs yet (is it the source?), and based on my experiments, there is no such function, but perhaps I was looking in the wrong places. Apache POI's
edit: Just found Apache POI's |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The answer is no. Did some digging and I understand now why this is so difficult to do: |
Beta Was this translation helpful? Give feedback.
-
Thank you! Would love to help, but only worked with F# thus far and NPOI's internals are still obscure to me. Is there something I can do even at this level? |
Beta Was this translation helpful? Give feedback.
I created #1231 based on this post. We will sync the code from POI [DataValidationEvaluator](https://poi.apache.org/apidocs/dev/org/apache/poi/ss/formula/DataValidationEvaluator.html]