lib/write_xlsx/utility.rb in write_xlsx-0.85.4 vs lib/write_xlsx/utility.rb in write_xlsx-0.85.5

- old
+ new

@@ -584,10 +584,10 @@ def process_workbook_options(*params) case params.size when 0 [{}, {}] when 1 # one hash - options_keys = [:tempdir, :date_1904, :optimization, :excel2003_style] + options_keys = [:tempdir, :date_1904, :optimization, :excel2003_style, :strings_to_urls] hash = params.first options = hash.reject{|k,v| !options_keys.include?(k)} default_format_properties =