Class: Spreadsheet::Excel

Inherits:
Workbook show all
Defined in:
lib/spreadsheet/excel.rb

Constant Summary collapse

VERSION =
"0.3.5.1"

Constants inherited from Workbook

Workbook::BOF, Workbook::EOF, Workbook::SheetName

Constants inherited from BIFFWriter

BIFFWriter::BIFF_Version, BIFFWriter::BigEndian

Instance Attribute Summary

Attributes inherited from Workbook

#date_system, #formats, #worksheets, #xf_index

Attributes inherited from BIFFWriter

#byte_order, #data, #datasize

Method Summary

Methods inherited from Workbook

#add_format, #add_worksheet, #calc_sheet_offsets, #close, #initialize, #store_all_fonts, #store_all_num_formats, #store_all_xfs, #store_boundsheet, #store_date_system, #store_num_format, #store_ole_file, #store_style, #store_window1, #store_workbook, #store_xf

Methods inherited from BIFFWriter

#append, #initialize, #prepend, #store_bof, #store_eof

Constructor Details

This class inherits a constructor from Workbook