Class: WriteExcel
- Inherits:
-
Workbook
- Object
- WriteFile
- BIFFWriter
- Workbook
- WriteExcel
- Defined in:
- lib/writeexcel.rb,
lib/writeexcel/version.rb
Overview
12 until another chart with the title set is viewed.
Constant Summary collapse
- VERSION =
"1.0.5"
Constants inherited from Workbook
Constants inherited from BIFFWriter
BIFFWriter::BIFF_Version, BIFFWriter::BigEndian
Instance Attribute Summary
Attributes inherited from Workbook
#compatibility, #date_1904, #ext_refs, #palette, #parser, #tempdir, #url_format, #worksheets
Attributes inherited from BIFFWriter
Method Summary
Methods inherited from Workbook
#add_chart, #add_chart_ext, #add_format, #add_worksheet, #biff_only=, #close, #compatibility_mode, #define_name, #extsst_bucket_size, #extsst_buckets, #get_1904, #initialize, #localtime=, #set_1904, #set_codepage, #set_country, #set_custom_color, #set_properties, #set_tempdir, #sheets, #summary, #update_str_table
Methods inherited from BIFFWriter
#add_continue, #add_mso_generic, #append, #cleanup, #clear_data_for_test, #get_data, #initialize, #inspect, #not_using_tmpfile, #prepend, #print_caller_info, #set_byte_order, #store_bof, #store_eof, #unpack_record
Methods included from CallerInfo
Methods inherited from WriteFile
#append, #initialize, #prepend
Constructor Details
This class inherits a constructor from Workbook