Module: Xport::RubyXL
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/xport/formatters/rubyxl.rb
Defined Under Namespace
Classes: Formatter
Instance Method Summary collapse
Instance Method Details
#to_xlsx(&block) ⇒ Object
11 12 13 14 |
# File 'lib/xport/formatters/rubyxl.rb', line 11 def to_xlsx(&block) formatter = Xport::RubyXL::Formatter.new(self) to_file(formatter, &block) end |