class RubyXL::Chartsheet
Constants
- CONTENT_TYPE
- REL_TYPE
Attributes
rels[RW]
sheet_id[RW]
sheet_name[RW]
state[RW]
workbook[RW]
Public Instance Methods
xlsx_path()
click to toggle source
# File lib/rubyXL/objects/chartsheet.rb, line 86 def xlsx_path ROOT.join('xl', 'chartsheets', "sheet#{file_index}.xml") end