I am trying to show an Excel spreadsheet in a RoR application. I started using the Spreadsheet gem, which works great. However, when I do not know how to show a cell that has a formula (I want to show the resulting value). There is a Spreadsheet :: Formula class that has a value method that seems to be for this, but I don't know how to instantiate or use this class. Any help would be appreciated.
source share