Method: Axlsx::SheetCalcPr#initialize
- Defined in:
- lib/axlsx/workbook/worksheet/sheet_calc_pr.rb
#initialize(options = {}) ⇒ SheetCalcPr
creates a new SheetCalcPr
14 15 16 17 |
# File 'lib/axlsx/workbook/worksheet/sheet_calc_pr.rb', line 14 def initialize( = {}) @full_calc_on_load = true end |