Needed to perform iterative calculation over circular references (condition where formula refers to its own cell either directly or indirectly) while creating an excel (using HSSFWorkbook) in scala. Found one of the probable solutions - https://poi.apache.org/apidocs/dev/org/apache/poi/hssf/record/IterationRecord.html#setIteration-boolean- , but was not able to implement it over hssfworkbook. Please suggest me any alternatives/ solution to the above mentioned issue. Thanks
Asked
Active
Viewed 60 times
1
-
Please, add some details on your use case and some code you are trying to use. – thepaoloboi Aug 17 '22 at 13:32