I am using Apache POI 3.9 for parsing excel file. In one of the cell which I am trying to read 'Name' has been used in the formula specified for this cell (formula is sum of value at name cell + value of current cell). These names have been defined in 'Name manager' of excel. When I am trying to read this value via POI I am getting 'circular`ref'. Can anyone please advise me on how to read the value of the formula cell where 'name' is used?
Thanks