class RubyXL::Workbook

def stream

Return the resulting XLSX file in a stream (useful for sending over HTTP)
def stream
  root.stream
end