poi.scala
poi.scala copied to clipboard
Evaluate cell
Apache POI lets evaluating a cell's formula:
https://poi.apache.org/spreadsheet/eval.html
However this requires access to the underlying POI cell which is lost on creating the scala version of the cell
Is there an idiomatic way to evaluate a cell using poi.scala?