Method: RubyXL::Workbook#stream
- Defined in:
- lib/rubyXL/objects/workbook.rb
#stream ⇒ Object
Return the resulting XLSX file in a stream (useful for sending over HTTP)
394 395 396 |
# File 'lib/rubyXL/objects/workbook.rb', line 394 def stream root.stream end |