Module: SimpleXlsx

Defined in:
lib/simple_xlsx/serializer.rb,
lib/simple_xlsx/sheet.rb,
lib/simple_xlsx/document.rb

Overview

Naview

  • Adapted to use Tempfile and ZipOutputStream rather than ZipFile

  • Replaced @zip.get_output_stream with @zip.put_next_entry

  • Commented out @zip.mkdir

source: github.com/harvesthq/simple_xlsx_writer see also: info.michael-simons.eu/2008/01/21/using-rubyzip-to-create-zip-files-on-the-fly/

Defined Under Namespace

Classes: Document, Serializer, Sheet