Method: Squib.xlsx

Defined in:
lib/squib/dsl/xlsx.rb

.xlsx(opts = {}, &block) ⇒ Object

DSL method. See squib.readthedocs.io



7
8
9
# File 'lib/squib/dsl/xlsx.rb', line 7

def xlsx(opts = {}, &block)
  DSL::Xlsx.new(__callee__).run(opts, &block)
end