Class BIFFWriter
In: lib/spreadsheet/biffwriter.rb
Parent: Object

Methods

append   new   prepend   store_bof   store_eof  

Constants

BIFF_Version = 0x0500
BigEndian = [1].pack("I") == [1].pack("N")

Attributes

byte_order  [R] 
data  [R] 
datasize  [R] 

Public Class methods

The args here aren‘t used by BIFFWriter, but they are needed by its subclasses. I don‘t feel like creating multiple constructors.

Public Instance methods

[Validate]