While writing excel code in java, I am currently looking for Standard Deviation Population formula in Apache Poi v4.1.1, which is not implemented hence exception is throwing, then appeared to have 2 solutions in my hand, #1) Implement custom formula #2) Tweak / Override existing formula
I am not sure how to override existing formula hence moved to solution 1, while doing this, I have some or the other issues
Problem: Let us say, in my excel, column B has 250 rows (dynamic no. of rows, in some cases 240 rows) and according to std dev formula, I need to first find the mean, so my query here is
Q #1) how to know or select the non-empty values (column or rows) to write my own custom code.?