poi.scala icon indicating copy to clipboard operation
poi.scala copied to clipboard

Evaluate cell

Open cquiroz opened this issue 8 years ago • 0 comments

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?

cquiroz avatar Dec 26 '16 12:12 cquiroz