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