Method: Axlsx::Cell#formula_value

Defined in:
lib/axlsx/workbook/worksheet/cell.rb

#formula_valueObject

this is the cached value for formula cells. If you want the values to render in iOS/Mac OSX preview you need to set this.



61
62
63
# File 'lib/axlsx/workbook/worksheet/cell.rb', line 61

def formula_value
  @formula_value
end