java - Exception while evaluating formula CELL using Apache POI -


i getting following exception when trying evaluate cell in workbook. using version 3.13 apache poi. formula cell("filename")

org.apache.poi.ss.formula.eval.notimplementedfunctionexception: cell 

is there way make work? or there other formula give me same result?

according this site, function cell not supported/implemented in apache poi.

i ran similar problem in project year or ago. ended creating user defined function in excel, reimplemented in java. check link more information on user defined functions.


Comments