Class | BIFFWriter |
In: |
lib/spreadsheet/biffwriter.rb
|
Parent: | Object |
BIFF_Version | = | 0x0500 |
BigEndian | = | [1].pack("I") == [1].pack("N") |
byte_order | [R] | |
data | [R] | |
datasize | [R] |
The args here aren‘t used by BIFFWriter, but they are needed by its subclasses. I don‘t feel like creating multiple constructors.